Skip to content
Permalink
master

Commits on Jun 5, 2021

  1. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Jun 5, 2021

Commits on Jun 3, 2021

  1. Formatted with Google Java Formatter

    github-actions github-actions
    github-actions authored and github-actions committed Jun 3, 2021
  2. Add Horspool string matching algorithm (#1397 old accepted PR on Deve…

    …lopment) (#2232)
    
    * Add Horspool algorithm
    * Add wikipedia link and move to strings package
    Abductcows committed Jun 3, 2021

Commits on Jun 1, 2021

Commits on May 6, 2021

  1. fixed merge sort (#2202)

    * reformat merge sort
    
    * Formatted with Google Java Formatter
    
    Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
    shellhub and github-actions committed May 6, 2021

Commits on Apr 30, 2021

Commits on Apr 24, 2021

  1. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Apr 24, 2021
  2. RGB-HSV conversion (#2175)

    * readded EulerMethod.java after sync
    
    * add RgbHsvConversion.java
    
    * Delete EulerMethod.java
    
    * add package
    algobytewise committed Apr 24, 2021
  3. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Apr 24, 2021
  4. add Koch snowflake (#2168)

    * add KochSnowflake.java
    
    * add package
    algobytewise committed Apr 24, 2021
  5. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Apr 24, 2021
  6. Add algorithm for the Mandelbrot set (#2155)

    * Add Euler method (from master)
    
    trying to avoid to prettier-error by making the commit from the master-branch
    
    * delete file
    
    * Add algorithm for the Mandelbrot set
    
    * remove unnecessary import
    
    * fix comments
    
    * Changed variable name
    
    * add package
    algobytewise committed Apr 24, 2021
  7. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Apr 24, 2021
  8. Add Euler method (from master) (#2148)

    * readded EulerMethod.java after sync
    
    * add package
    algobytewise committed Apr 24, 2021

Commits on Apr 23, 2021

  1. Formatted with Google Java Formatter

    github-actions github-actions
    github-actions authored and github-actions committed Apr 23, 2021
  2. Tim sort Algorithm | #2003 (#2110)

    * Add Tim Sort implementation in Java
    
    * Add comments and complete implementation of TimSort Algorithm
    
    * Add better docs
    
    * Add @brief's and test method
    
    * Fix errors
    
    * add Test method
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Add tests
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    * Update Sorts/TimSort.java
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    
    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    hemanth-kotagiri and ayaankhan98 committed Apr 23, 2021

Commits on Apr 21, 2021

  1. BinarySearch: clearer median computation (#2182)

    * BinarySearch: clearer median computation
    
    ">>> 1" is simply too obscure...
    
    * update binary search
    
    Co-authored-by: Yang Libin <contact@yanglibin.info>
    
    Co-authored-by: Du Yuanchao <shellhub.me@gmail.com>
    Co-authored-by: Yang Libin <contact@yanglibin.info>
    3 people committed Apr 21, 2021

Commits on Apr 14, 2021

  1. Formatted with Google Java Formatter

    github-actions github-actions
    github-actions authored and github-actions committed Apr 14, 2021
  2. Formula to find median in Binary Search changed (#2181)

    * Formula to find median in BS changed
    
    * Fixed bugs
    
    * fixed binary search bug
    
    Co-authored-by: Sourav <kalitasourav12@gmail.com.com>
    Co-authored-by: Du Yuanchao <shellhub.me@gmail.com>
    3 people committed Apr 14, 2021

Commits on Apr 12, 2021

  1. selection sort (#2177)

    * selection sort
    
    * Formatted with Google Java Formatter
    
    Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
    shellhub and github-actions committed Apr 12, 2021
  2. udpate insertion sort (#2176)

    * udpate insertion sort
    
    * Formatted with Google Java Formatter
    
    Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
    shellhub and github-actions committed Apr 12, 2021

Commits on Apr 9, 2021

  1. Formatted with Google Java Formatter

    github-actions github-actions
    github-actions authored and github-actions committed Apr 9, 2021
  2. Update CountSinglyLinkedListRecursion.java (#2170)

    Only method comment for public recursive method.
    DennisVNilsson committed Apr 9, 2021

Commits on Mar 26, 2021

  1. Formatted with Google Java Formatter

    github-actions github-actions
    github-actions authored and github-actions committed Mar 26, 2021
  2. Fix 2D array passed to Arrays.fill() (#2010)

    Arrays.fill() accepts single dimensional arrays, so fill one row at a time.
    
    Fixes #2009
    ChenOst committed Mar 26, 2021
  3. Delete CountNumBinaryStrings

    yanglbme committed Mar 26, 2021

Commits on Mar 24, 2021

  1. Formatted with Google Java Formatter

    github-actions github-actions
    github-actions authored and github-actions committed Mar 24, 2021

Commits on Mar 8, 2021

  1. Formatted with Google Java Formatter

    github-actions github-actions
    github-actions authored and github-actions committed Mar 8, 2021
Older