Skip to content

Commit ffee4f3

Browse files
committed
Create README.md
1 parent 34d89f8 commit ffee4f3

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

‎README.md

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
DataStructureAlgorithm
2+
======================
3+
4+
Interview Data Structure Algorithm problems
5+
6+
7+
This repositry contain the following datastructure and algorithm source code. It help to prepare the interview.
8+
9+
10+
Searching
11+
=========
12+
BinarySearch
13+
Linear Search
14+
15+
16+
Array
17+
======
18+
Insert, Delete, etc
19+
20+
Sorting
21+
=======
22+
QuickSort
23+
24+
25+
HashTable
26+
=========
27+
HashTable
28+
29+
30+
LinkedList
31+
=========
32+
Linked List
33+
CircularLinkedList
34+
DoublyLinkedList
35+
SingleLinkedList
36+
37+
38+
Queue
39+
=====
40+
QueueArray
41+
42+
Stack
43+
=====
44+
Binary to Decimal
45+
Check Palindrome
46+
Postfix to Infix
47+
Recursive Factorial
48+
Reversing
49+
Stack
50+
51+
Binary Tree
52+
==========
53+
BinaryTree
54+
RedBlackTree
55+
PrefixTree (Trie)
56+
57+
Interview
58+
=========
59+
Fibonacci
60+
LinkedListMiddle element
61+
Find Llinkedlist loop
62+
Check Palindrome
63+
BigOrLittle Endien
64+
ReverseString
65+
Swapping

0 commit comments

Comments
 (0)