We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent36deb90 commit618dc18Copy full SHA for 618dc18
src/others/pells_equation.mdrenamed tosrc/algebra/pells_equation.md
src/navigation.md
@@ -17,6 +17,7 @@ search:
17
-[Extended Euclidean Algorithm](algebra/extended-euclid-algorithm.md)
18
-[Linear Diophantine Equations](algebra/linear-diophantine-equation.md)
19
-[Fibonacci Numbers](algebra/fibonacci-numbers.md)
20
+ -[Pell's Equation](algebra/pells_equation.md)
21
- Prime numbers
22
-[Sieve of Eratosthenes](algebra/sieve-of-eratosthenes.md)
23
-[Linear Sieve](algebra/prime-sieve-linear.md)
@@ -215,7 +216,6 @@ search:
215
216
-[Scheduling jobs on two machines](schedules/schedule_two_machines.md)
217
-[Optimal schedule of jobs given their deadlines and durations](schedules/schedule-with-completion-duration.md)
218
- Miscellaneous
--[Pell's Equation](others/pells_equation.md)
219
-[Tortoise and Hare Algorithm (Linked List cycle detection)](others/tortoise_and_hare.md)
220
-[Josephus problem](others/josephus_problem.md)
221
-[15 Puzzle Game: Existence Of The Solution](others/15-puzzle.md)