Skip to content

Conversation

vickysharma0812
Copy link
Member

@vickysharma0812 vickysharma0812 commented Jan 30, 2024

Updates in HashTables

  • Adding HashTables module
  • Adding IntSet_Class module

Generated summary (powered by Graphite)

TL;DR

This pull request adds the HashTable module to the project, which includes the IntIntDict_Class and IntSet_Class classes. It also updates the CMakeLists.txt file to include the necessary source files for the HashTable module.

What changed

  • Added the HashTable module to the project.
  • Added the IntIntDict_Class and IntSet_Class classes to the HashTable module.
  • Updated the CMakeLists.txt file to include the necessary source files for the HashTable module.

How to test

  1. Clone the repository.
  2. Checkout the branch containing this pull request.
  3. Build the project using the updated CMakeLists.txt file.
  4. Run the test suite to ensure the HashTable module functions correctly.
  5. Test the IntIntDict_Class and IntSet_Class classes to verify their functionality.

Why make this change

  • The HashTable module provides a data structure for efficient key-value storage and retrieval.
  • The IntIntDict_Class class allows for mapping integer keys to integer values.
  • The IntSet_Class class provides a set data structure for storing unique integer values.
  • These additions enhance the functionality and flexibility of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant