diff --git a/posts/algorithms/competitive-programming-log.html b/posts/algorithms/competitive-programming-log.html index 5011b75..f3f8135 100644 --- a/posts/algorithms/competitive-programming-log.html +++ b/posts/algorithms/competitive-programming-log.html @@ -42,11 +42,6 @@ These problems are too easy but they help me prefer convenient implementation. It is time to be done with bronze.
-- Implementation wise, two-pointers boundary conditions trip me up. - Spend more time on problems statements and go for the easiest - solution. -