/DataStructures

It contains the codes I wrote in the data structures course.

Primary LanguageC++

Data Structures

It contains the codes I wrote in the data structures course.

Week 1 : Basic data types, data concept and algorithm analysis.
Week 2 : Memory management and pointers.
Week 3 : Array data structure, concept of recursion, Recursive algorithms.
Week 4 : List data structure using arrays (ArrayList).
Week 5 : LinkedList, Circular LinkedList.
Week 6 : Doubly LinkedList and Doubly Circular LinkedList.
Week 7 : Stack implementation and Stack applications.
Week 8 : Queue and Priority Queue Data Structures.
Week 9 : Binary search tree implementations using array.
Week 10 : Linked binary search tree.
Week 11 : AVL Trees.
Week 12 : Heap Tree.
Week 13 : Huffman Tree.
Week 14 : Hashing.