Commit 685785f
Nejc
refactor: ran prettier on project
1 parent 97808fc commit 685785f
File tree
260 files changed
+1664
-2332
lines changed- src
- algorithms
- graph
- a-star-search-algorithm
- articulation-points
- bridges
- depth-first-search
- detect-cycle
- dijkstra
- floyd-warshall
- hamiltonian-cycle
- prim
- topological-sort
- travelling-salesman
- math/permutations
- pattern
- knuth-morris-pratt
- searching
- interpolation-search
- sorting
- bubble-sort
- bucket-sort
- heap-sort
- insertion-sort
- merge-sort
- quick-sort
- radix-sort
- selection-sort
- shell-sort
- tree
- is-balanced
- is-complete
- is-perfect
- is-valid-red-black
- code-challenges
- A
- absolute-values-sum-minimization
- ada-number
- add-border
- addition-without-carrying
- adjacent-elements-product
- all-longest-strings
- almost-increasing-sequence
- alphabet-subsequence
- alphabetic-shift
- alphanumeric-less
- alternating-sums
- apple-boxes
- are-equally-strong
- are-similar
- arithmetic-expression
- array-change
- array-conversion
- array-max-consecutive-sum
- array-maximal-adjacent-difference
- array-packing
- array-previous-less
- array-replace
- avoid-obstacles
- B
- bishop-and-pawn
- box-blur
- build-palindrome
- C
- candies
- candles
- century-from-year
- character-parity
- chess-board-cell-color
- chess-knight
- cipher26
- circle-of-numbers
- combs
- comfortable-numbers
- concatenate-arrays
- construct-square
- count-black-cells
- count-sum-of-two-representations2
- create-anagram
- crossword-formation
- D
- decipher
- delete-digit
- deposit-profit
- different-rightmost-bit
- different-squares
- different-symbols-naive
- digit-degree
- digits-product
- E
- elections-winners
- equal-pair-of-bits
- extra-number
- extract-each-kth
- F
- file-naming
- find-email-domain
- first-reverse-try
- G/growing-plant
- H
- higher-version
- house-numbers-sum
- house-of-cats
- html-end-tag-by-start-tag
- I
- increase-number-roundness
- integer-to-string-of-fixed-width
- is-IP-v4-address
- is-MAC48-address
- is-beautiful-string
- is-case-insensitive-palindrome
- is-infinite-process
- is-lucky
- is-palindrome
- is-power
- is-smooth
- is-substitution-cipher
- is-sum-of-consecutive2
- is-tandem-repeat
- is-unstable-pair
- K
- kill-kth-bit
- knapsack-light
- L
- largest-number
- late-ride
- line-encoding
- line-up
- longest-digits-prefix
- longest-word
- M
- magic-well
- make-array-consecutive2
- matrix-elements-sum
- message-from-binary-code
- metro-card
- mine-sweeper
- minimal-number-of-coins
- mirror-bits
- most-frequent-digit-sum
- N
- new-numeral-system
- number-of-clans
- numbers-grouping
- P
- pages-numbering-with-ink
- pair-of-shoes
- palindrome-rearranging
- phone-call
- proper-noun-correction
- R
- range-bit-count
- reach-next-level
- rectangle-rotation
- reflect-string
- remove-array-part
- replace-middle
- reverse-in-parentheses
- reverse
- rounders
- S
- seats-in-theater
- second-rightmost-zero-bit
- shape-area
- sort-by-height
- spiral-numbers
- square-digits-sequence
- stolen-lunch
- strings-construction
- strings-rearrangement
- sudoku
- sum-up-numbers
- swap-adjacent-bits
- switch-lights
- T
- tennis-set
- three-split
- timed-reading
- two-sum
- V
- valid-time
- variable-name
- W
- weak-numbers
- will-you
- data-structures
- disjoint-set
- doubly-linked-list
- heap
- linked-list
- priority-queue
- tree
- avl-tree
- red-black-tree
- segment-tree
- trie
- docs
- Algorithms
- Graph
- Pattern
- Searching
- Sorting
- String
- Tree
- DataStructures
- helpers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
260 files changed
+1664
-2332
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 68 | + | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
132 | | - | |
133 | | - | |
| 130 | + | |
134 | 131 | | |
135 | 132 | | |
136 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 48 | + | |
54 | 49 | | |
55 | 50 | | |
56 | 51 | | |
| |||
68 | 63 | | |
69 | 64 | | |
70 | 65 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 66 | + | |
75 | 67 | | |
76 | 68 | | |
77 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 46 | + | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 60 | + | |
67 | 61 | | |
68 | 62 | | |
69 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
9 | 5 | | |
10 | 6 | | |
11 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 85 | + | |
94 | 86 | | |
95 | 87 | | |
96 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments