Skip to content

Conversation

vickysharma0812
Copy link
Member

@vickysharma0812 vickysharma0812 commented Jan 30, 2024

Making ElemDataBinaryData_Class

Minor changes

Adding HashTable


Generated summary (powered by Graphite)

Pull Request Description

TL;DR

This pull request adds a new file called "ElemDataBinaryTree_Class.F90" to the source path. It also includes changes to the .gitignore file, settings.json file, and CMakeLists.txt file. The code includes modules for a binary tree data structure, a hash table, and a hash table iterator. It defines necessary functions, variables, and procedures for manipulating these data structures.

What changed

  • Added a new file called "ElemDataBinaryTree_Class.F90" to the source path.
  • Made changes to the .gitignore file, settings.json file, and CMakeLists.txt file.

How to test

  • Compile and run the code.
  • Verify that the new file "ElemDataBinaryTree_Class.F90" is included in the source path.
  • Test the functionality of the binary tree data structure, hash table, and hash table iterator.

Why make this change

  • The new file "ElemDataBinaryTree_Class.F90" adds functionality to the project by providing a binary tree data structure.
  • The changes to the .gitignore file, settings.json file, and CMakeLists.txt file are necessary for proper project management and build process.
  • The addition of the hash table and hash table iterator modules enhances the project's capabilities for efficient data storage and retrieval.

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