Skip to content

Commit ffe0549

Browse files
committed
update: table of contents in README
1 parent 254b7d2 commit ffe0549

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,21 @@
33
[![Build Status](https://travis-ci.org/knaxus/problem-solving-javascript.svg?branch=master)](https://travis-ci.org/knaxus/problem-solving-javascript)
44
[![Coverage Status](https://coveralls.io/repos/github/knaxus/problem-solving-javascript/badge.svg?branch=master)](https://coveralls.io/github/knaxus/problem-solving-javascript?branch=master)
55

6-
Collection of interview questions with Unit Tests
6+
Collection of interview questions with Unit Tests. Problems includes Data Structures, Logical and few Classical problems.
7+
8+
## Table of Contents
9+
10+
### Classics
11+
12+
- [Caeser Cipher](src/_Classics_/caeser_cipher)
13+
- [Fibonacci](src/_Classics_/fibonacci)
14+
15+
### Data Structures
16+
17+
- [Singly Linked List](src/_DataStructures_/LinkedList)
18+
- [N Element From Last](src/_DataStructures_/LinkedList/element-from-last)
19+
- [Middle Node](src/_DataStructures_/LinkedList/middle-node)
20+
- [Stack](src/_DataStructures_/Stack)
21+
- [Implement Queue Using Stack](src/_DataStructures_/Stack/immitate-queue-using-stack)
22+
- [Queue](src/_DataStructures_/Queue)
23+
- [Weave](src/_DataStructures_/Queue/weave)

0 commit comments

Comments
 (0)