X Tutup
The Wayback Machine - https://web.archive.org/web/20230228033647/https://github.com/TheAlgorithms/Java/commits/master
Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Feb 27, 2023

Commits on Feb 26, 2023

Commits on Feb 25, 2023

  1. Graham scan algorithm (#3903)

    * Added Graham scan algorithm #3894
    
    * Added Graham scan algorithm (#3894)
    
    ---------
    
    Co-authored-by: Stronshade <diegobrocker1999@gmail.com>
    Stronshade and ZetaEioneous committed Feb 25, 2023

Commits on Feb 23, 2023

  1. Add orderAgnosticBinarySearch (#3882)

    Co-authored-by: Andrii Siriak <siryaka@gmail.com>
    HumbleFool830 and siriak committed Feb 23, 2023

Commits on Feb 19, 2023

Commits on Feb 17, 2023

  1. Valid BST: refactoring + added unit test (#3883)

    Co-authored-by: Debasish Biswas <debasishbsws.abc@gmail.com>
    albina-astr and debasishbsws committed Feb 17, 2023
  2. Added recursive&iterative preorder binary tree traversal (#3884)

    Added recursive& iterative preorder binary tree traversal
    albina-astr committed Feb 17, 2023

Commits on Feb 14, 2023

Commits on Jan 17, 2023

Commits on Jan 15, 2023

  1. Fix LFUCache (#3847)

    yuluo-yx committed Jan 15, 2023

Commits on Jan 14, 2023

  1. Add Conway Sequence (#3807)

    Co-authored-by: Bruno Eloi <bruno.eloi@minfin.fed.be>
    Co-authored-by: Andrii Siriak <siryaka@gmail.com>
    3 people committed Jan 14, 2023

Commits on Jan 13, 2023

  1. Added same trees algorithm check with a unit test (#3845)

    Co-authored-by: Debasish Biswas <debasishbsws.abc@gmail.com>
    albina-astr and debasishbsws committed Jan 13, 2023
  2. Vertical order traversal refactoring, added unit test (#3844)

    Vertical order traversal refactoring, added test
    albina-astr committed Jan 13, 2023

Commits on Jan 12, 2023

  1. Added Zigzag Traversal of a Binary Tree (#3811)

    * Added Zigzag Traversal of a Binary Tree
    
    * fixed file name
    
    Co-authored-by: Albina Gimaletdinova <gimaletdinovaalbina@gmail.com>
    albina-astr and albina-astr committed Jan 12, 2023

Commits on Jan 10, 2023

Commits on Jan 1, 2023

  1. Move common tests for sorting algorithms to the base test class (#3782)

    * bug fix for CircularBuffer + refactoring + add unit tests
    
    * change Insertion sort to classical implementation + add isSorted function to SortUtils + add SortUtilsRandomGenerator for generating random values and arrays
    
    * little fix
    
    * move all common tests to SortingAlgorithmTest and utilize them
    
    Co-authored-by: Debasish Biswas <debasishbsws.abc@gmail.com>
    NarekDW and debasishbsws committed Jan 1, 2023

Commits on Dec 31, 2022

Commits on Dec 29, 2022

  1. Add Leftist Heap (#3789)

    Co-authored-by: Adrian Paras <aparas@terpmail.umd.edu>
    adrianparas and Adrian Paras committed Dec 29, 2022

Commits on Dec 28, 2022

Commits on Dec 18, 2022

  1. Simplifying boolean returns (#3796)

    * Simplifying boolean returns
    
    * add comment back
    NathanCheshire committed Dec 18, 2022

Commits on Dec 17, 2022

  1. docs: improve the issue forms (#3797)

    * docs: improve the issue forms
    
    * Update directory
    
    Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
    Panquesito7 and github-actions committed Dec 17, 2022

Commits on Dec 13, 2022

Commits on Dec 11, 2022

  1. Added Order Agnostic Binary Search problem in Searches folder. (#3791)

    * Added Order Agnostic Binary Search problem
    
    * Update OrderAgnosticBinSearch.java
    
    * Added JUnit Tests and removed redundant code.
    
    * Made minor changes in JUnit Tests
    
    * Removed tests for main folder and added docs.
    
    * Added OrderAgnosticBinarySearchTest.java
    
    * Renamed file to avoid errors.
    
    * Updated the file to avoid build error
    ThisIsNishanth committed Dec 11, 2022

Commits on Dec 3, 2022

  1. Create ShellSortTest (#3783)

    Co-authored-by: Debasish Biswas <debasishbsws.abc@gmail.com>
    hyeonmin2 and debasishbsws committed Dec 3, 2022
Older
X Tutup