Put initial index in index readme.md

pull/6/head
Ankur 2021-01-14 12:38:38 +05:30
parent 976e35b920
commit f37c079f08
3 changed files with 28 additions and 3 deletions

View File

@ -1 +1,12 @@
# Index # Searching algorithms
### c-or-cpp
1. linear-search.cpp
2. binary-search.cpp
### python
1. linear-search.py
2. binary-search.py

View File

@ -1 +1,11 @@
# Index # Sorting algorithms
### c-or-cpp
1. bubble-sort.cpp
### python
1. bubble-sort.py

View File

@ -1 +1,5 @@
# Index # String operations
### c-or-cpp
1. palindrome check (palindrome.c)