Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 420 Bytes

File metadata and controls

10 lines (8 loc) · 420 Bytes

Data Structure 2 - Programming exercises

This is the programming exercises given as part of the course Data Structure 2. The purpose of the exercises is to gain a deep understanding of the data structures, and to implement the studied data structures and algorithms in C++.

  1. Exercise 1: N-ary trees
  2. Exercise 2: Hash table (open addressing)
  3. Exercise 3: Tries
  4. Exercise 4: Huffman code
  5. Exercise 5: Graphs