Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #2

Open
wants to merge 135 commits into
base: feedback
Choose a base branch
from
Open

Feedback #2

wants to merge 135 commits into from

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    c684c27 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. chore: Add .gitignore

    nemakin committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    2440aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6e826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    551bf1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a156c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Create linter action

    linter action have to run on every push and pull_request.
    SurfaceYellowDuck committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d64f79b View commit details
    Browse the repository at this point in the history
  2. feat: add BalancingTree class

    ancavar committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f77fa40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04961ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c09271 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c58d50 View commit details
    Browse the repository at this point in the history
  6. feat: implement insert method

    ancavar committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    095a1f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    4ce4b0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e46238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81095ba View commit details
    Browse the repository at this point in the history
  4. feat: test template for RBT

    ancavar committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5779c31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18d2f20 View commit details
    Browse the repository at this point in the history
  6. refactor: minor refactoring

    ancavar committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    bec9900 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f0866a View commit details
    Browse the repository at this point in the history
  8. Revert "Red black"

    ancavar committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d70caab View commit details
    Browse the repository at this point in the history
  9. Merge pull request spbu-coding-2022#4 from spbu-coding-2022/revert-3-…

    …red-black
    
    Revert "Red black"
    ancavar committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fb4350f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb6ba6e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d6ea04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5314ceb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2006ec6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Create README.md

    SurfaceYellowDuck committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    391e531 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Implement AVL tree (spbu-coding-2022#6)

    * feat: Add AVL tree with own BST implementation
    nemakin committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    cf8e545 View commit details
    Browse the repository at this point in the history
  2. feat: implement better red-black tree methods and tests for it

    * Create LICENSE
    
    * fix: change insert method
    
    * fix: change tests
    
    * repo: add CI
    
    * feat: implement remove method and test for it
    ancavar committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ac0da2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54913ce View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    ab4e10d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c95cf57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    926994c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    860f2c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    18fcb15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b79a9f View commit details
    Browse the repository at this point in the history
  3. feat: Add basic tests on insertions

    nemakin authored and ancavar committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    2da358f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29fd243 View commit details
    Browse the repository at this point in the history
  5. feat: Add tests on finding elements

    nemakin authored and ancavar committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    0bb9a28 View commit details
    Browse the repository at this point in the history
  6. feat: Add some tests on deletions

    nemakin authored and ancavar committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    97f5e9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de7d352 View commit details
    Browse the repository at this point in the history
  8. feat: more quality tests

    ancavar committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    a9cd189 View commit details
    Browse the repository at this point in the history
  9. ci: implement JaCoCo

    ancavar committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    40c6bf0 View commit details
    Browse the repository at this point in the history
  10. feat: add tests for BST

    ancavar committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    eb5bd20 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Merge pull request spbu-coding-2022#9 from spbu-coding-2022/dev

    Implement binary search trees
    ancavar committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    840d256 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    67f1beb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    209197e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b811a9d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. repo: add basic README.md

    ancavar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    36b408e View commit details
    Browse the repository at this point in the history
  2. db: initial commit for neo4j

    ancavar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2dd00ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    439eff7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8504510 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49235b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85c0f1a View commit details
    Browse the repository at this point in the history
  7. repo: add basic README.md

    ancavar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    bcc69b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dca9235 View commit details
    Browse the repository at this point in the history
  9. Merge pull request spbu-coding-2022#12 from spbu-coding-2022/neo4j

    Basic Neo4j implementation
    ancavar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5decda6 View commit details
    Browse the repository at this point in the history
  10. Add x, y coordinates to nodes

    Add jetbrains exposed models Node and Tree
    Add ability to save BST to json file, and read from json  file
    Connected sqlite db in TreeSQLdbApp.kt
    SurfaceYellowDuck committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9edffc9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request spbu-coding-2022#13 from spbu-coding-2022/BST

    Add ability to save BST to json file, and read from json file
    SurfaceYellowDuck committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8965444 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c7a31c View commit details
    Browse the repository at this point in the history
  13. db: initial commit for neo4j

    resolving conflict
    ancavar authored and SurfaceYellowDuck committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    62a655e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4a973be View commit details
    Browse the repository at this point in the history
  15. Add x, y coordinates to nodes

    Add jetbrains exposed models Node and Tree
    Add ability to save BST to json file, and read from json  file
    Connected sqlite db in TreeSQLdbApp.kt
    resolved conflicts with AbstractBST and gradle
    SurfaceYellowDuck committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6f2f97d View commit details
    Browse the repository at this point in the history
  16. resolving conflicts

    SurfaceYellowDuck committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    06e414b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    54d2d1e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8499471 View commit details
    Browse the repository at this point in the history
  19. Merge pull request spbu-coding-2022#15 from spbu-coding-2022/BST

    Resolved conflicts in AbstractBST, BSTree.
    SurfaceYellowDuck committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    733bdc0 View commit details
    Browse the repository at this point in the history
  20. Merge pull request spbu-coding-2022#14 from spbu-coding-2022/dev

    Add ability to save BST to json file, and read from json file
    SurfaceYellowDuck committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    893ff31 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    3659ec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7439f4 View commit details
    Browse the repository at this point in the history
  3. ci: Add dependabot

    ancavar committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    1ad3515 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. fix: remove debugging tools

    ancavar committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    7df22d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072ac94 View commit details
    Browse the repository at this point in the history
  3. fix: Make methods for rotation abstract, fix flaky AVL test with shuf…

    …fling values and other minor fixes...
    nemakin committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    0bc6926 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    c18cac2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    da90745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d72fdf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    de4844e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1e6d2a View commit details
    Browse the repository at this point in the history
  3. add .gitignore

    SurfaceYellowDuck committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0b34f60 View commit details
    Browse the repository at this point in the history
  4. fix: rework neo4j interaction

    ancavar committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4aa2948 View commit details
    Browse the repository at this point in the history
  5. fix: null safety

    ancavar committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    cd5e16b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d51701a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd176fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e76b56c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    8fe2961 View commit details
    Browse the repository at this point in the history
  2. fix:fix readme

    SurfaceYellowDuck committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f83512f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    c52816b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. feat: Add the display of the binary search tree, add the ability to i…

    …nsert a node and clear the tree.
    SurfaceYellowDuck committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    62cfba7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    5c1f450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e0cd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a3e9db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48c3e3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ee14b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42d906a View commit details
    Browse the repository at this point in the history
  7. ci: Add dependabot

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    f85d29a View commit details
    Browse the repository at this point in the history
  8. fix: remove debugging tools

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    d613138 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4c8de2 View commit details
    Browse the repository at this point in the history
  10. fix: Make methods for rotation abstract, fix flaky AVL test with shuf…

    …fling values and other minor fixes...
    nemakin authored and ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    b102436 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9df571c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6f47c8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e769bf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cf5d1f3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6ba1546 View commit details
    Browse the repository at this point in the history
  16. add .gitignore

    SurfaceYellowDuck authored and ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    dab9995 View commit details
    Browse the repository at this point in the history
  17. fix: rework neo4j interaction

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    25a6fb2 View commit details
    Browse the repository at this point in the history
  18. fix: null safety

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    4df2204 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0ee304e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    737623c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ad89890 View commit details
    Browse the repository at this point in the history
  22. feat: add logger to neo4j

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    10ad5bb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4a940a4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fc1ba27 View commit details
    Browse the repository at this point in the history
  25. refactor: better README.md

    Co-authored-by: Nikita Lukonenko <[email protected]>
    ancavar and SurfaceYellowDuck committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    05bc89f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fa8124e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d764fe0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b44b5d7 View commit details
    Browse the repository at this point in the history
  29. fix: typos in README.md

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    6d0f73b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1438bcd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cb8506b View commit details
    Browse the repository at this point in the history
  32. fix: improve linter

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    f8c9dfd View commit details
    Browse the repository at this point in the history
  33. fix: remove setName usage

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    50f9f7c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e270336 View commit details
    Browse the repository at this point in the history
  35. refactor

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    2d4ec8b View commit details
    Browse the repository at this point in the history
  36. refactor: more

    ancavar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    dcc1a30 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f5d46de View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    7ebf862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    360080d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fa30f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2163189 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c34cc9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4549c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5caacb6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23cd4dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd88cf0 View commit details
    Browse the repository at this point in the history
  10. refactor

    ancavar committed May 1, 2023
    Configuration menu
    Copy the full SHA
    da4cfdf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61b23dd View commit details
    Browse the repository at this point in the history