Skip to content

Commit 158ced2

Browse files
committedJun 8, 2018
added indexismd and update folder names
1 parent 864cd9d commit 158ced2

File tree

29 files changed

+42
-50
lines changed

29 files changed

+42
-50
lines changed
 
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎C/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# C
2+
3+
## INDEX
4+
5+
### CONVERSIONS
6+
7+
### DATA STRUCTURES
8+
9+
### DYNAMIC PROGRAMMING
10+
11+
### MISC
12+
13+
* [Fabonacci Series](Misc/fabonacci.c)
14+
15+
### SEARCHES
16+
17+
* [Linear Search](Searches/linearSearch.c)
18+
19+
### SORT
File renamed without changes.
File renamed without changes.

‎Java/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# JAVA
2+
3+
## INDEX
4+
5+
### CONVERSIONS
6+
7+
### DATA STRUCTURES
8+
9+
### DYNAMIC PROGRAMMING
10+
11+
### MISC
12+
13+
* [REVERSE A NUMBER](Misc/reverse_no.java)
14+
15+
### SEARCHES
16+
17+
* [LINEAR SEARCH](Searches/linearSearch.java)
18+
19+
### SORTING
20+
21+
* [HEAP SORT](Sorting/HeapSort.java)
22+
* [QUICK SORT](Sorting/QuickSort.java)

‎Java/Searches/linearSearch.md

-49
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Please Read the [CONTRIBUTING.md](.github/CONTRIBUTING.md) file for instructions
3535
* Each Code snippet must be in the appropriate sub-directory.
3636
* Add index of the code to specific readme of the language.
3737

38-
### Got any Questions?
38+
### Got any Questions
3939

4040
* Make an issue! We'll reply as soon as we can!
4141
* Find bugs in our code and make issue or pull request.

0 commit comments

Comments
 (0)
Please sign in to comment.