An open API service indexing awesome lists of open source software.

https://github.com/snehachhipa/wordle_datastructures

A Data Structures project as part of course work of BSc in Computer Science UCD.
https://github.com/snehachhipa/wordle_datastructures

binary-tree compression-algorithm data-structures hashmap-java java object-oriented-programming priority-queue

Last synced: 9 months ago
JSON representation

A Data Structures project as part of course work of BSc in Computer Science UCD.

Awesome Lists containing this project

README

          

# Wordle_DataStructures

Implemented a huffman encoding compression to compress words stored in dictionary.txt
Designed a solver to solve the Wordle game on textual interface. All ADT's of data structures used in this project are self implememted as instructed by professor.