Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KaririCode-Framework/kariricode-data-structure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: KaririCode-Framework/kariricode-data-structure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 0 files changed
  • 2 contributors

Commits on Jun 28, 2024

  1. Merge pull request #1 from KaririCode-Framework/develop

    Add ArrayList Implementation and Comprehensive Unit Tests
    walmir-silva authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    be67b80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from KaririCode-Framework/develop

    Add LinkedList Implementation and Comprehensive Unit Tests
    walmir-silva authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    07351e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from KaririCode-Framework/develop

    Add HashMap Implementation and Comprehensive Unit Tests
    walmir-silva authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d371dae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from KaririCode-Framework/develop

    Add ArrayDeque and ArrayQueue Implementations with Comprehensive Unit…
    walmir-silva authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    97d93b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Merge pull request #5 from KaririCode-Framework/develop

    Add ArrayStack Implementation and Comprehensive Unit Tests
    walmir-silva authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0f45efa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from KaririCode-Framework/develop

    feat: Refactor ArrayQueue, Create CircularArrayQueue, Refactor ArrayD…
    walmir-silva authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    54c81cf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge pull request #7 from KaririCode-Framework/develop

    Implement TreeMap and TreeMapNode with comprehensive test coverage
    walmir-silva authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    397d36b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from KaririCode-Framework/develop

    Refactor and enhance data structures
    walmir-silva authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a6a15de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from KaririCode-Framework/develop

    Add BinaryHeap Implementation and Comprehensive Tests
    walmir-silva authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5da424a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #10 from KaririCode-Framework/develop

    remove B+ Tree implementation
    walmir-silva authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4e6bed8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from KaririCode-Framework/develop

    feat: add README in English and Portuguese for KaririCode DataStructure
    walmir-silva authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d95c298 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge pull request #12 from KaririCode-Framework/develop

    docs: update README and composer.json files
    walmir-silva authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    05bf44a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from KaririCode-Framework/develop

    refactor(Tree): Move TreeMapNode to Tree directory and add TreeNode w…
    walmir-silva authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9a49838 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #14 from KaririCode-Framework/develop

    refactor(Collections): improve ArrayList and LinkedList implementations
    walmir-silva authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    91c9e7e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Merge pull request #15 from KaririCode-Framework/develop

    fix: remove check hasKey in set method
    walmir-silva authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c966a11 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Merge pull request #16 from KaririCode-Framework/develop

    fix(style-code): Resolve static analysis errors and improve type safety
    walmir-silva authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    1fc9068 View commit details
    Browse the repository at this point in the history
Loading