diff --git a/algorithm/backtracking/knight's_tour/desc.json b/algorithm/backtracking/knight's_tour/desc.json index 2b4af117..cbc7e2fa 100644 --- a/algorithm/backtracking/knight's_tour/desc.json +++ b/algorithm/backtracking/knight's_tour/desc.json @@ -1,8 +1,8 @@ { "Knightâs tour problem": "A knight's tour is a sequence of moves of a knight on a chessboard such that the knight visits every square only once. If the knight ends on a square that is one knight's move from the beginning square (so that it could tour the board again immediately, following the same path), the tour is closed, otherwise it is open.", "Complexity": { - "time": "Worst O(8N2)", - "space": "Worst O(N2)" + "time": "Worst $$O(8^{N^{2}})$$", + "space": "Worst $$O(N^2)$$" }, "References": [ "Wikipedia" diff --git a/algorithm/backtracking/n_queens/desc.json b/algorithm/backtracking/n_queens/desc.json index 77c991ee..7cbd07b0 100644 --- a/algorithm/backtracking/n_queens/desc.json +++ b/algorithm/backtracking/n_queens/desc.json @@ -5,8 +5,8 @@ "Searching" ], "Complexity": { - "time": "Worst O(N!)", - "space": "Worst O(N)" + "time": "Worst $$O(N!)$$", + "space": "Worst $$O(N)$$" }, "References": [ "geeksforgeeks" diff --git a/algorithm/number_theory/sieve_of_eratosthenes/desc.json b/algorithm/number_theory/sieve_of_eratosthenes/desc.json index a684f3d7..951ae7d6 100644 --- a/algorithm/number_theory/sieve_of_eratosthenes/desc.json +++ b/algorithm/number_theory/sieve_of_eratosthenes/desc.json @@ -1,8 +1,8 @@ { "Sieve of Eratosthenes": "Finding all prime numbers up to a given range.", "Complexity": { - "time": "O(n(log n)(log log n))", - "space": "O(n1/2)" + "time": "$$O(n\\,(log\\,n)(log\\,log\\,n))$$", + "space": "$$O(n^{\\frac{1}{2}})$$" }, "References": [ "Wikipedia" diff --git a/index.html b/index.html index 86ed1f4f..a5bb36e9 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,20 @@
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: