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: luckydenis/stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: luckydenis/stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 0 files changed
  • 1 contributor

Commits on Feb 26, 2021

  1. Merge pull request #9 from LuckyDenis/dev

    Change. Перенос алгоритмы в формат заметок.
    luckydenis authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    d011de9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Merge pull request #10 from LuckyDenis/dev

    Добавлено меню. Перенесены заметки на русском в подпапку /ru/. Добавлены алгоритмы.
    luckydenis authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    72ed1ee View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Merge pull request #11 from LuckyDenis/dev

    Add:
    Maximum subarray problem
    Minimum subarray problem
    Union-Find data structure
    String is palindrome
    luckydenis authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    2cad2fb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge pull request #12 from LuckyDenis/dev

    Add: 
    - Quick Sort
    - Find k order statistic
    luckydenis authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3617283 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Merge pull request #13 from LuckyDenis/dev

    Add: Merge Sort.
    luckydenis authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    2c656c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Merge pull request #14 from LuckyDenis/dev

    Add: 
    - Segment Tree
    - Levenshtein distance.
    luckydenis authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    8b75ccf View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Merge pull request #15 from LuckyDenis/dev

    Add: Prefix sum array, Dijkstra's algorithm.
    luckydenis authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    16b2569 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Merge pull request #16 from LuckyDenis/dev

    Add: LCA.
    luckydenis authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    50c546b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Merge pull request #17 from LuckyDenis/dev

    Add: Find graph loop, Topological sort.
    luckydenis authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    f7f1939 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Merge pull request #18 from LuckyDenis/dev

    Add: Count Inversion not use table, LCA for bin tree.
    luckydenis authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    0f1150d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Merge pull request #19 from LuckyDenis/dev

    Add: Binary Heap, Search bridges, Search points, Binary search. Chang…
    luckydenis authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    88cf1aa View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Merge pull request #20 from LuckyDenis/dev

    Add: Binary search tree, Treap.
    luckydenis authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    33d9b77 View commit details
    Browse the repository at this point in the history
Loading