Skip to content

Commit f138ad4

Browse files
authored
Update README.md
1 parent c4d4378 commit f138ad4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
* [Dijkestra](./beginners/dijkestra.cpp)
1313
* [Knapsack](./beginners/knapsack01.c)
1414
* [Sieve of Eratosthenes](./beginners/sieve.c)
15-
<<<<<<< HEAD
1615
* [Binary search](./beginners/binary_search.cpp)
17-
=======
1816
* [Run length encoding](./beginners/run_length_encoding.cpp)
19-
>>>>>>> run length encoding
2017
* [Print all unique pairs in an array with sum equal to given number](./beginners/pair_with_given_sum.cpp)
2118
* [Print first pair starting from left whose sum is equal to given number](./beginners/first_sum_of_pairs.rb)
2219
* [Print all anagrams of a word from a given list of words](./beginners/anagrams.rb)

0 commit comments

Comments
 (0)