Put initial index in index readme.md
parent
976e35b920
commit
f37c079f08
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1,11 @@
|
|||
# Index
|
||||
# Sorting algorithms
|
||||
|
||||
### c-or-cpp
|
||||
|
||||
1. bubble-sort.cpp
|
||||
|
||||
### python
|
||||
|
||||
1. bubble-sort.py
|
||||
|
||||
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
# Index
|
||||
# String operations
|
||||
|
||||
### c-or-cpp
|
||||
|
||||
1. palindrome check (palindrome.c)
|
||||
|
|
Loading…
Reference in New Issue