forked from HarshCasper/NeoAlgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Setup the Website (HarshCasper#11)
* feat: Added Docs * Fixed URL * Fixed Broken Links config * Adding Team Members * Added more * Added past maintainer details and some doc * Added more * Added NeoAlgo Blogs * Final Changes * Added layouts and more * Added Anush
- Loading branch information
1 parent
972663b
commit 781088e
Showing
53 changed files
with
598 additions
and
427 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
slug: welcome-to-neoalgo-docs | ||
title: Welcome to NeoAlgo Docs | ||
author: Harsh Mishra | ||
author_title: Tesseract Coding Core Team | ||
author_url: https://github.com/harshcasper | ||
author_image_url: https://i.imgur.com/Owk4NoA.jpg | ||
tags: [welcome, neoalgo, announcement] | ||
--- | ||
|
||
Welcome to NeoAlgo Docs! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Backtracking | ||
slug: /backtracking | ||
--- | ||
|
||
This page would serve our needs for documentation of the Backtracking algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: N Queens | ||
slug: /backtracking/n-queens | ||
--- | ||
|
||
This page would serve our needs for documentation of the N Queens algorithm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Bit Manipulation | ||
slug: /bit-manipulation | ||
--- | ||
|
||
This page would serve our needs for documentation of Bit Manipulation Algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Brian Kernighan Algorithm | ||
slug: /bit-manipulation/brian-kernighan-algorithm | ||
--- | ||
|
||
This page would serve our needs for documentation of the Brian Kernighan Algorithm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Anagram Numbers | ||
slug: /competitive-programming/anagram-numbers | ||
--- | ||
|
||
This page would serve our needs for documentation of the Anagram Numbers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Competitive Programming | ||
slug: /competitive-programming | ||
--- | ||
|
||
This page would serve our needs for documentation of the Competitive Programming codes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Computational Geometry | ||
slug: /computational-geometry | ||
--- | ||
|
||
This page would serve our needs for documentation of Computational Geometry. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Jarvis Algorithm | ||
slug: /computational-geometry/jarvis-algorithm | ||
--- | ||
|
||
This page would serve our needs for documentation of the Jarvis Algorithm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Caesar Cipher | ||
slug: /cryptography/caesar-cipher | ||
--- | ||
|
||
This page would serve our needs for documentation of the Caesar Cipher. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Cryptography | ||
slug: /cryptography | ||
--- | ||
|
||
This page would serve our needs for documentation of the Cryptography algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Binary Tree | ||
slug: /data-structures/binary-tree | ||
--- | ||
|
||
This page would serve our needs for documentation of Binary Tree. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: What are Data Structures? | ||
slug: /data-structures | ||
--- | ||
|
||
This page would serve our needs for documentation of Data Structures. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: What is Dynamic Programming? | ||
slug: /dynamic-programming | ||
--- | ||
|
||
This page would serve our needs for documentation of Dynamic Programming. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Egg Dropping Problem | ||
slug: /dynamic-programming/egg-dropping-problem | ||
--- | ||
|
||
This page would serve our needs for documentation of the Egg Dropping Problem. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Getting Started | ||
slug: / | ||
slug: /remove-it-later | ||
--- | ||
|
||
## Step 1: Generate a new Docusaurus site | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Breadth First Search | ||
slug: /graph-algorithms/breadth-first-search | ||
--- | ||
|
||
This page would serve our needs for documentation of the Breadth First Search Algorithm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Graph Algorithms | ||
slug: /graph-algorithms | ||
--- | ||
|
||
This page would serve our needs for documentation of the Graph Algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: About NeoAlgo | ||
slug: / | ||
--- | ||
|
||
Information about NeoAlgo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Contributor Handbook | ||
slug: /contributor-handbook | ||
--- | ||
|
||
This page would serve our needs for a Contributor's Handbook. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Development Setup | ||
slug: /development-setup | ||
--- | ||
|
||
This page would serve our needs for documentation of a Development Setup. It would contain a small tutorial on cloning `NeoAlgo` and `NeoAlgo-Docs`, creating | ||
a branch, making a commit and sending a Pull Request. We would need to try to make it visually engaging through pictures. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Linear Regression | ||
slug: /machine-learning/linear-regression | ||
--- | ||
|
||
This page would serve our needs for documentation of the Linear Regression algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Machine Learning | ||
slug: /machine-learning | ||
--- | ||
|
||
This page would serve our needs for documentation of the Machine Learning algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Armstrong Number | ||
slug: /mathematics/armstrong-number | ||
--- | ||
|
||
This page would serve our needs for documentation of the Armstrong Number. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Mathematics | ||
slug: /mathematics | ||
--- | ||
|
||
This page would serve our needs for documentation of Mathematical Algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Miscellaneous | ||
slug: /miscellaneous | ||
--- | ||
|
||
This page would serve our needs for documentation of miscellaneous algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Sudoku Solver | ||
slug: /miscellaneous/sudoku-solver | ||
--- | ||
|
||
This page would serve our needs for documentation of the Sudoku Solver algorithm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Banker Algorithm | ||
slug: /operating-systems/banker-algorithm | ||
--- | ||
|
||
This page would serve our needs for documentation of the Banker Algorithm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Operating Systems | ||
slug: /operating-systems | ||
--- | ||
|
||
This page would serve our needs for documentation of the Operating Systems algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Linear Search | ||
slug: /searching-algorithms/linear-search | ||
--- | ||
|
||
This page would serve our needs for documentation of Linear Search. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: What are Search Algorithms? | ||
slug: /searching-algorithms | ||
--- | ||
|
||
This page would serve our needs for documentation of Searching Algorithms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Bubble Sort | ||
slug: /sorting-algorithms/bubble-sort | ||
--- | ||
|
||
This page would serve our needs for documentation of Bubble Sort. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: What are Sorting Algorithms? | ||
slug: /sorting-algorithms | ||
--- | ||
|
||
This page would serve our needs for documentation of Sorting Algorithms. |
Oops, something went wrong.