|
3 | 3 | [](https://travis-ci.org/knaxus/problem-solving-javascript)
|
4 | 4 | [](https://coveralls.io/github/knaxus/problem-solving-javascript?branch=master)
|
5 | 5 |
|
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