Skip to content

This repository contains implementations of various generic data structures and algorithms in C++.

Notifications You must be signed in to change notification settings

samyam81/GenericDataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenericDataStructure Repository

This repository contains implementations of various generic data structures and algorithms in C++, including:

  1. HashMopp

    • Description: Implements a hash map using separate chaining for collision resolution.
    • File: HashMopp.h
  2. GoofyHashSet

    • Description: Implements a hash set with chaining for collision resolution.
    • File: GoofyHashSet.h
  3. LinkedList

    • Description: Implements a generic singly linked list.
    • File: LinkedList.h
  4. Queue

    • Description: Implements a generic queue using linked list.
    • File: Queue.h
  5. TreeNode

    • Description: Defines a basic TreeNode structure.
    • File: TreeNode.h
  6. GenericStack

    • Description: Implements a generic stack using the STL stack container.
    • File: GenericStack.h

Feel free to explore these implementations and contribute to the repository!

About

This repository contains implementations of various generic data structures and algorithms in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages