Bringing an all Open-Source Platform to study Data Structures and Algorithms ⚡

Overview

NeoAlgo-Docs

Bringing an all Open-Source Platform to study Data Structures and Algorithms

🔧 Installation

You will need to have NodeJS and Yarn installed, if you haven't done that yet - get started here and here. Then, follow the steps below ⬇️

$ git clone [email protected]:TesseractCoding/NeoAlgo-Docs.git
$ cd NeoAlgo-Docs
$ yarn
$ yarn start

Finally, navigate to http://localhost:3000 and you should see our app is now up and running

Powered by Vercel

Comments
  • CI/CD: Add a GitHub Action Bot to tag PRs with merge conflicts

    CI/CD: Add a GitHub Action Bot to tag PRs with merge conflicts

    Have you read the Contributing Guidelines on Pull Requests?

    Yes

    Description

    I have created a workflow that runs the following 2 jobs sequentially:

    • Checks for merge conflicts, and if present, labels the PR with the merge-conflicts label
    • Checks if the merge-conflicts label is present, and if so, comments with appropriate guidelines to resolve it
    • I have not been able to implement the last functionality yet:

    Remind the PR author every 24 hours if the merge conflict is not fixed

    As discussed in #160, I'm willing to discuss how to approach and create this feature. Any resources would be really helpful.

    Checklist

    • [x] I've read the contribution guidelines.
    • [x] I've checked the issue list before deciding what to submit.

    Related Issues or Pull Requests

    Fixes #160

    gssoc21 Level3 
    opened by rubyruins 21
  • java code added for counting sort

    java code added for counting sort

    Have you read the Contributing Guidelines on Pull Requests?

    yes

    Description

    Added java code in counting sort

    Checklist

    • [x] I've read the contribution guidelines.
    • [x] I've checked the issue list before deciding what to submit.
    • [x] I've edited the README.md and link to my code.

    Related Issues or Pull Requests

    #50

    gssoc21 Level2 
    opened by anshmishra010 15
  • Spell Check GH Action

    Spell Check GH Action

    Have you read the Contributing Guidelines on Pull Requests?

    Yes

    Description

    Created a GitHub spell checking action

    Checklist

    • [x] I've read the contribution guidelines.
    • [x] I've checked the issue list before deciding what to submit.
    • [x] I've edited the README.md and link to my code.

    Related Issues or Pull Requests

    Closes: #5

    gssoc21 PR:Under-Review 
    opened by TidbitsJS 15
  • bubble sort content added

    bubble sort content added

    Have you read the Contributing Guidelines on Pull Requests?

    YES

    Description

    (Write your answer here.)

    Checklist

    • [x] I've read the contribution guidelines.
    • [x] I've checked the issue list before deciding what to submit.
    • [] I've edited the README.md and link to my code.

    Related Issues or Pull Requests

    #206

    gssoc21 Level3 
    opened by shonali2600 12
  • Prime Number

    Prime Number

    Have you read the Contributing Guidelines on Pull Requests?

    Yes

    Description

    Added article for Prime numbers

    Checklist

    • [ ] I've read the contribution guidelines.
    • [ ] I've checked the issue list before deciding what to submit.
    • [ ] I've edited the README.md and link to my code.

    Related Issues or Pull Requests

    Fixes: #64

    gssoc21 Level3 
    opened by Amit366 12
  • Postorder traversal added

    Postorder traversal added

    Have you read the Contributing Guidelines on Pull Requests?

    (Yes)

    Checklist

    • [x] I've read the contribution guidelines.
    • [x] I've checked the issue list before deciding what to submit.
    • [x] I've edited the README.md and link to my code.

    Related Issues or Pull Requests

    (#179 )

    gssoc21 Level3 
    opened by shivammahajancse 11
  • Inorder traversal added

    Inorder traversal added

    Have you read the Contributing Guidelines on Pull Requests?

    (Yes)

    Checklist

    • [x] I've read the contribution guidelines.
    • [x] I've checked the issue list before deciding what to submit.
    • [x] I've edited the README.md and link to my code.

    Related Issues or Pull Requests

    (#177 )

    gssoc21 Level3 
    opened by shivammahajancse 11
  • adding matrix addition

    adding matrix addition

    Have you read the Contributing Guidelines on Pull Requests?

    yes

    Description

    Fixes #34

    Checklist

    • [x] I've read the contribution guidelines.
    • [x] I've checked the issue list before deciding what to submit.
    • [x] I've edited the README.md and link to my code.

    Related Issues or Pull Requests

    Issue #34

    invalid gssoc21 CI-Failure 
    opened by aaadddiii 11
  • Added Doc for Caesar Cipher

    Added Doc for Caesar Cipher

    Have you read the Contributing Guidelines on Pull Requests?

    Yes

    Description

    Added documentation for caesar cipher.

    Checklist

    • [x] I've read the contribution guidelines.
    • [x] I've checked the issue list before deciding what to submit.
    • [x] I've edited the README.md and link to my code.

    Related Issues or Pull Requests

    Fixes #22

    gssoc21 Level3 
    opened by nidh-ish 11
  • Content: Jarvis Algorithm

    Content: Jarvis Algorithm

    Description

    Add the article for Jarvis Algorithm. The basic layout for the article should be:

    • What is Jarvis Algorithm?
    • Explanation for Jarvis Algorithm
    • Algorithmic Steps
    • Code (Use C++/Java and Python; At least two languages should be present and pick up code from NeoAlgo with apt credits to author)
    • Sample I/O
    • Time & Space Complexity

    This article should be between 500-700 words in length. You should use traditional Markdown to prepare the content and the use of external images is prohibited. You can however create your own images. Run a proper Grammarly Lint check before submitting the PR.

    enhancement good first issue gssoc21 urgent Contribution:Content Level3 
    opened by HarshCasper 10
  • Article on

    Article on "Invert Binary Tree" Added & sidebar.js updated

    Have you read the Contributing Guidelines on Pull Requests?

    Yes :)

    Description

    Given a Binary Tree as input, output its Inverted Binary Tree

    Checklist

    • [x] I've read the contribution guidelines.
    • [x] I've checked the issue list before deciding what to submit.
    • [x] I've edited the README.md and link to my code.

    Related Issues or Pull Requests

    Fixes #336

    gssoc21 
    opened by Nikitha2309 9
  • Website not Up?

    Website not Up?

    opened by yogi2103 0
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

?? Algorithms and data structures implemented in JavaScript with explanations and links to further readings

Oleksii Trekhleb 157.8k Dec 29, 2022
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook

Data Structures and Algorithms in JavaScript This is the coding implementations of the DSA.js book and the repo for the NPM package. In this repositor

Adrian Mejia 7k Jan 4, 2023
A Typescript companion to the book A Common-Sense Guide to Data Structures and Algorithms by Jay Wengrow

This repository aims to be a companion to the book A Common-Sense Guide to Data Structures and Algorithms by Jay Wengrow. I rewrote most of the data s

Alexandre Lim 29 Dec 3, 2022
Ace your next Javascript coding interview by mastering data structures and algorithms.

The Coding Interview: Algorithms + Data Structures Ace your next Javascript coding interview by mastering data structures and algorithms. Problem 1: S

Wallflower 5 Sep 19, 2022
Algorithms and Data Structures implemented in TypeScript for beginners, following best practices.

The Algorithms - TypeScript TypeScript Repository of TheAlgorithms, which implements various algorithms and data structures in TypeScript. These imple

The Algorithms 166 Dec 31, 2022
A framework for NodeJS deveopers bringing dreams to reality!

ELIXOR A framework for NodeJS enthusiasts! What does it do? Short Answer Elixor is a framework for NodeJS developers that lets you build cross-platfor

SKYLIX 9 Jun 25, 2022
🖼️ Bringing Material Design 3 to the Astro Blog. [WIP]

??️ Gumori You [WIP] Bringing Material Design 3 to the Astro Blog. ?? Contributing If you're interested in contributing to Gumori You, pls read the fo

!mportantImport 4 Oct 16, 2022
a stack-separated way to bringing together common AWS services useful in a fullstack application that uses AWS Amplify libraries

Fullstack CDK Helpers This project helps developers create common AWS services that are useful in creating fullstack applications. Backend services ar

Focus Otter 14 Nov 26, 2022
A collection of all the data structures implemented in javascript code

Data structures A collection of all the data structures implemented in javascript code, interview questions & problems ( with solutions ) Contributors

MSK Web development 2 May 1, 2022
An Open-Source Platform to certify open-source projects.

OC-Frontend This includes the frontend for Open-Certs. ?? After seeing so many open-source projects being monetized ?? without giving any recognition

Open Certs 15 Oct 23, 2022
🧙 Mage is an open-source data management platform that helps you clean data and prepare it for training AI/ML models.

Intro Mage is an open-source data management platform that helps you clean data and prepare it for training AI/ML models. What does this do? The curre

Mage 2.5k Jan 4, 2023
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code

Algorithm Visualizer Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. Learning an algorithm gets much easi

Algorithm Visualizer 42k Jan 4, 2023
MashCard is an open-source all-in-one workspace and low-code development platform.

MashCard ⚠️ Note: This software is currently under active development. Some features may be available in the future, and the API and interface may cha

MashCard 210 Dec 20, 2022
easily building data structures that are serializable, validatable, and fully typed.

@davecode/structures [beta/wip] Structures is a TypeScript library for easily building data structure classes that are Serializable: Can convert rich

Dave Caruso 2 May 22, 2022
Code accompanying my illustrated Data structures video series on YouTube

Code accompanying my illustrated Data structures video series on YouTube

Kamran Ahmed 122 Dec 10, 2022
Serialization library for data-oriented design structures in JavaScript

Data-oriented Serialization for SoA/AoA A zero-dependency serialization library for data-oriented design structures like SoA (Structure of Arrays) and

null 11 Sep 27, 2022
Data Structures

Data-Structures Data structures implementaion using Javascript ??‍?? Data-Structures is a Github repository that contains the implementaion of most of

Mohanad Fteha 5 Sep 14, 2022
The basics data structures implemented with javascript.

Estrutura de Dados com Javascript Tudo que está escrito e codificado aqui dentro desse repositório foi retirado do livro Estrutura de dados e algoritm

Gabriel Valin 7 Oct 18, 2022
A high-resolution local database that uses precise algorithms to easily record data in local files within a project with persistent JSON and YAML support designed to be easy to set up and use

About A high-resolution local database that uses precise algorithms to easily record data in local files within a project with persistent JSON and YML

Shuruhatik 5 Dec 28, 2022