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: AlPatsino/javascript-algorithms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: trekhleb/javascript-algorithms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Aug 21, 2022

  1. Update DS images.

    trekhleb committed Aug 21, 2022
    Copy the full SHA
    036a67b View commit details

Commits on Aug 26, 2022

  1. Copy the full SHA
    8fd8e75 View commit details
  2. Copy the full SHA
    928bac1 View commit details

Commits on Aug 27, 2022

  1. Copy the full SHA
    41038d3 View commit details
  2. Copy the full SHA
    8c7950a View commit details
  3. Copy the full SHA
    a81c0bd View commit details
  4. Copy the full SHA
    6914c65 View commit details
  5. Copy the full SHA
    f9b558b View commit details

Commits on Aug 29, 2022

  1. Copy the full SHA
    1d02cd6 View commit details

Commits on Aug 30, 2022

  1. Copy the full SHA
    4d2d718 View commit details

Commits on Sep 21, 2022

  1. Update README.md

    trekhleb authored Sep 21, 2022
    Copy the full SHA
    ebfe961 View commit details
  2. Update README.md

    trekhleb authored Sep 21, 2022
    Copy the full SHA
    d3c0ee6 View commit details

Commits on Oct 10, 2022

  1. Add Georgian translation for 'algorithms: Factorial' (trekhleb#947)

    * Translated Factorial
    
    * Renamed file and added link to it from the original file
    
    * Replaced Wikipedia link with Georgian version
    davidkadaria authored Oct 10, 2022
    Copy the full SHA
    26a27f3 View commit details
  2. feat: added ukrainian translations for hash table (trekhleb#948)

    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    alexanderkhivrych and trekhleb authored Oct 10, 2022
    Copy the full SHA
    9ef6650 View commit details
  3. Brazilian Portuguese translation and typos fixes (trekhleb#943)

    * Update README.pt-BR.md
    
    * TRIE README.pt-BR typo
    
    * TREE README.pt-BR typo
    
    * Stack README.pt-BR typo
    
    * Priority Queue README.pt-BR typo
    
    * hash-table README.pt-BR typo
    
    * doubly-linked-list README.pt-BR typo
    
    * disjoint-set README.pt-BR typo
    
    * bloom-filter README.pt-BR typo
    
    * merge-sort pt-BR translation
    
    * merge-sort README added pt-BR option
    
    * insertion sort pt-BR translation
    
    * insertion sort README added pt-br option
    
    * heap-sort pt-BR translation
    
    * heap-sort READMED added pt-BR option
    
    * bubble sort pt-BR typo
    
    * pt-BR translation for sorting algorithms
    
    Fixed typos and translated all the missing algorithms
    
    * Update README.pt-BR.md
    
    * linked list pt-BR translation
    
    * ml pt-BR translation
    
    * fix typo in README
    
    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    StPfeffer and trekhleb authored Oct 10, 2022
    Copy the full SHA
    da6ae08 View commit details

Commits on Oct 21, 2022

  1. Update README.md

    trekhleb authored Oct 21, 2022
    Copy the full SHA
    c4164bf View commit details

Commits on Nov 10, 2022

  1. Copy the full SHA
    5de9ca2 View commit details
  2. feat: added ukr translations for bloom filter, Disjoint Set, Doubly L…

    …inked List (trekhleb#957)
    
    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    alexanderkhivrych and trekhleb authored Nov 10, 2022
    Copy the full SHA
    e625726 View commit details
  3. Update README.md (trekhleb#953)

    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    doandroidsdreamof and trekhleb authored Nov 10, 2022
    Copy the full SHA
    8e4225a View commit details
  4. README updates.

    trekhleb committed Nov 10, 2022
    Copy the full SHA
    5652560 View commit details

Commits on Nov 28, 2022

  1. Copy the full SHA
    025b9a3 View commit details

Commits on Dec 5, 2022

  1. Copy the full SHA
    a6a4d01 View commit details
  2. Malay readme (trekhleb#927)

    * update-readme
    
    * deploy
    
    * deploy
    
    Co-authored-by: name <your mail>
    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    j0pgrm and trekhleb authored Dec 5, 2022
    Copy the full SHA
    2a6f724 View commit details
  3. Copy the full SHA
    a123b90 View commit details

Commits on Jan 6, 2023

  1. Adding a simple cascading solution to generate a Power Set (trekhleb#975

    )
    
    * Add a simple cascading version of generating a PowerSet.
    
    * Update README.
    
    * Update README.
    
    * Update README.
    trekhleb authored Jan 6, 2023
    Copy the full SHA
    65e4a7c View commit details
  2. Copy the full SHA
    6c335c5 View commit details

Commits on Jan 23, 2023

  1. Add an example of the LRU (Least Recently Used) Cache implementation (t…

    …rekhleb#980)
    
    * Add an example of the LRU Cache implementation.
    
    * Promote the node on set() as well.
    
    * Add LRU Cache images.
    trekhleb authored Jan 23, 2023
    Copy the full SHA
    e4f2ccd View commit details
  2. Update LRU Cache image.

    trekhleb committed Jan 23, 2023
    Copy the full SHA
    d408abd View commit details
  3. Update LRU Cache README.

    trekhleb committed Jan 23, 2023
    Copy the full SHA
    3d8dd9a View commit details
  4. Copy the full SHA
    6c4aa1b View commit details
  5. Copy the full SHA
    f6a0ed4 View commit details
  6. Copy the full SHA
    fbd7755 View commit details

Commits on Jan 24, 2023

  1. Refactor LRU Cache.

    trekhleb committed Jan 24, 2023
    Copy the full SHA
    69c3a16 View commit details
  2. Copy the full SHA
    4b4d770 View commit details

Commits on Jan 27, 2023

  1. Update README.

    trekhleb committed Jan 27, 2023
    Copy the full SHA
    1d6249d View commit details

Commits on Jan 30, 2023

  1. Upgrade packages and Node versions. (trekhleb#989)

    * Upgrade to Node 16
    
    * Upgrade packages and Node versions.
    trekhleb authored Jan 30, 2023
    Copy the full SHA
    bcd1cc1 View commit details
  2. Copy the full SHA
    c9f1caf View commit details
  3. Copy the full SHA
    5fc33c0 View commit details

Commits on Feb 1, 2023

  1. Copy the full SHA
    af08253 View commit details

Commits on Feb 20, 2023

  1. Copy the full SHA
    5a41865 View commit details

Commits on Feb 25, 2023

  1. Add bakers

    trekhleb committed Feb 25, 2023
    Copy the full SHA
    46aae1d View commit details
  2. Add bakers

    trekhleb committed Feb 25, 2023
    Copy the full SHA
    e95d856 View commit details

Commits on Mar 13, 2023

  1. Add Bucket Sort.

    trekhleb committed Mar 13, 2023
    Copy the full SHA
    1ad60dc View commit details

Commits on Mar 16, 2023

  1. feat: added Ukrainian translation for factorial (trekhleb#1006)

    * added Ukrainian translations for factorial
    
    * added links to other languages
    
    * formatting
    
    * delete link
    
    * Türkçe
    
    ---------
    
    Co-authored-by: VictorPoprozhuk <victor.poprozhuk@gmail.com>
    YaroslavPodorvanov and VictorPoprozhuk authored Mar 16, 2023
    Copy the full SHA
    b9304f4 View commit details

Commits on Mar 25, 2023

  1. Update Bakers.

    trekhleb committed Mar 25, 2023
    Copy the full SHA
    bbbfd32 View commit details

Commits on Apr 10, 2023

  1. Copy the full SHA
    14c5636 View commit details
  2. Add repo size

    trekhleb committed Apr 10, 2023
    Copy the full SHA
    8c5e5f4 View commit details

Commits on Jul 21, 2023

  1. Update README.md

    trekhleb authored Jul 21, 2023
    Copy the full SHA
    76617fa View commit details

Commits on Mar 9, 2024

  1. Copy the full SHA
    111ea3d View commit details
  2. Vietsub (trekhleb#1088)

    * translate readme from linked list
    
    * add linked list for viet sub
    
    * add vietnamese readme translation for queue
    
    * add readme in vietnamese for Stack
    vivitruong authored Mar 9, 2024
    Copy the full SHA
    8d1f473 View commit details
Loading