Projects done for Data Structure Course at ECE TUC. There is also a report on Greek Language for each Project
----Project 1 Manage text files using duplicate linked lists. Create a simple word index binary and search for words from it
----Project 2 Create a Binary Search Tree using an array of numbers with static memory allocation Create a Binary Search Tree using dynamic memory allocation Make an inorder crossing to construct a sorted Nx1 field with values of keys. Take measurements and compare with the other two implementations
----Project 3 Construct the "Linear Hashing" class in the central memory. The class supports the operations: . Enter a random key . Search for a random key . Delete random key