Skip to content

Commit 4363b17

Browse files
committed
Reorganize move matrices into array
1 parent 53381d6 commit 4363b17

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,10 @@ Princeton Algorithms [Part 1](https://www.coursera.org/learn/algorithms-part1/)
156156
* Spell checker. [C++](problems/trie/SpellChecker.cpp)
157157
* Trie data structure. [Java](problems/trie/Trie.java)
158158

159-
## Arrays
159+
## Arrays, 2D arrays, matrices
160160
* Continuous ones [Java](problems/array/ContinuousOnes.java)
161161
* Infections over a distance [Java](problems/array/Contamination.java)
162-
163-
## Matrices
164-
* 8 Puzzle [Java](problems/matrices/8-puzzle/)
162+
* 8 Puzzle [Java](problems/array/8-puzzle/)
165163

166164
## Sorting
167165
* Insertion sort (generic) [Java](problems/sorting/Insertion.java) [C++](problems/sorting/InsertionSort.java)

0 commit comments

Comments
 (0)