linked lists
- singlell.c simple insertion and deletion
- SLL.c complex insertion and deletion
- sll2.c insertion of numbers to linked list in ascending order
- added delete by value to sll2.c
- binary tree added doesn't work quite well though
- fight codechef added
- Towers of Hanoi