Skip to content

Conversation

@BjornMelin
Copy link
Owner

This pull request includes several updates to the documentation and the addition of a new Java interface for a bag data structure. The most important changes include updates to the CONTRIBUTING.md and README.md files, the addition of a new BagInterface in Java, and a new README for the Java bag implementation.

Documentation updates:

  • CONTRIBUTING.md: Added sections for contributing guidelines, including implementing new algorithms, improving existing implementations, and adding new language implementations. Also included guidelines for commit messages and testing. [1] [2] [3] [4] [5] [6]
  • README.md: Updated the table of contents, features, languages, project structure, and contributing sections. Improved formatting and added more details to the documentation. [1] [2] [3] [4] [5]
  • java/README.md: Added a new README for Java implementations, including setup instructions, project structure, testing, style guide, and documentation.

New Java interface and implementation details:

@BjornMelin BjornMelin added documentation Improvements or additions to documentation feature A new feature data-strcture A data structure implementation labels Jan 25, 2025
@BjornMelin BjornMelin self-assigned this Jan 25, 2025
@BjornMelin BjornMelin changed the base branch from main to dev January 25, 2025 19:44
@BjornMelin BjornMelin merged commit 9e274cb into dev Jan 25, 2025
@BjornMelin BjornMelin deleted the feat/0.1.0/binary-search-tree branch January 25, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data-strcture A data structure implementation documentation Improvements or additions to documentation feature A new feature

2 participants