- Haskell (Purely Functional)
- C/C++/Python (Imperitive)
DLL.cLinked List implemented with C (Imperitive)DLL.pyLinked List implemented with Python (Object Oriented)DLL.hsLinked List implemented with Haskell (Purely Functional)
tree.cBST implemented with C (Imperitive)tree.cppBST implemented with C++ (Object Oriented)tree.pyBST implemented with Python (Object Oriented)tree.hsBST implemented with Haskell (Purely Functional)
sort.cSorting algorithms in C (Imperitive)sort.hsSorting algorithms in Haskell (Purely Functional)
hash.cppDouble Hashing and Separate Chaining in C++ (Object Oriented)hash.hsDouble Hashing in Haskell (Purely Functional)chain.hsSeparate Chaining in Haskell (Purely Functional)