Skip to content

The following are implementations of simple data structures that were discussed in my Data Structures/Algorithms course. (EC330 @ BU College of Engineering)

Notifications You must be signed in to change notification settings

alexlee-23/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStructures

Description: The following are implementations of simple data structures that were discussed in my Data Structures/Algorithms course. (EC330 @ BU College of Engineering)

Contents:

  • Huffman.ccp + Huffman.h Implementation of Huffman Coding Tree

  • LinkedList.cpp Implementation of Doubly Linked List

  • Trie.cpp Implementation of Trie Data Structure for string searching

  • bloomfilter.cpp + bloomfilter.h Implementation of bloomfilters Test Demo

About

The following are implementations of simple data structures that were discussed in my Data Structures/Algorithms course. (EC330 @ BU College of Engineering)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages