Skip to content

Commit 2dc1935

Browse files
authoredSep 27, 2019
update: re-ordered TOC
1 parent 71a5014 commit 2dc1935

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed
 

‎README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
77

88
## Table of Contents
99

10-
### Path Finder
11-
12-
- [A*](src/PathFinder/AStart)
13-
14-
### Classics
15-
16-
- [Caeser Cipher](src/_Classics_/caeser_cipher)
17-
- [Fibonacci](src/_Classics_/fibonacci)
18-
1910
### Data Structures
2011

2112
- [Singly Linked List](src/_DataStructures_/LinkedList)
@@ -48,3 +39,13 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
4839
### Searching
4940

5041
- [Binary Search](src/_Searching_/BinarySearch)
42+
43+
44+
### Path Finder
45+
46+
- [A*](src/PathFinder/AStart)
47+
48+
### Classics
49+
50+
- [Caeser Cipher](src/_Classics_/caeser_cipher)
51+
- [Fibonacci](src/_Classics_/fibonacci)

0 commit comments

Comments
 (0)
Please sign in to comment.