All Projects → YugantKachroo → Algoflow

YugantKachroo / Algoflow

Licence: other
Algorithm Visualizer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Algoflow

Ar.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
Stars: ✭ 3,048 (+14414.29%)
Mutual labels:  hacktoberfest2020
UberCarAnimation
This app is for animating a car like uber from one position to another with preserving angle and smooth animation
Stars: ✭ 53 (+152.38%)
Mutual labels:  hacktoberfest2020
workshop-subscription-system
No description or website provided.
Stars: ✭ 28 (+33.33%)
Mutual labels:  hacktoberfest2020
Earthly
Repeatable builds
Stars: ✭ 5,805 (+27542.86%)
Mutual labels:  hacktoberfest2020
Stanley
An Android app explorer for developers (extract the manifest and other info from any installed application)
Stars: ✭ 82 (+290.48%)
Mutual labels:  hacktoberfest2020
website-www.codeuino.org
www.codeuino.org/
Stars: ✭ 35 (+66.67%)
Mutual labels:  hacktoberfest2020
Daybydaycrm
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Stars: ✭ 1,856 (+8738.1%)
Mutual labels:  hacktoberfest2020
CBJ Smart-Device Resources
🧰 Have you ever wondered if there is an open-source project to make your own smart home?, cause you just found part of one!. This part is in charge of general resources like instructions to prepare the smart devices.
Stars: ✭ 18 (-14.29%)
Mutual labels:  hacktoberfest2020
tetriss
Tetris clone written in JavaScript 🎮 https://antonioolf.github.io/tetriss/
Stars: ✭ 14 (-33.33%)
Mutual labels:  hacktoberfest2020
AzSubscriptionCleaner
Delete automatically the useless resources in your Azure subscription.
Stars: ✭ 29 (+38.1%)
Mutual labels:  hacktoberfest2020
Linkedin Skill Assessments Quizzes
Full reference of LinkedIn answers 2021 for skill assessments, LinkedIn test, questions and answers (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test
Stars: ✭ 7,014 (+33300%)
Mutual labels:  hacktoberfest2020
Errbot
Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
Stars: ✭ 2,605 (+12304.76%)
Mutual labels:  hacktoberfest2020
oauth-jsclient
Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
Stars: ✭ 102 (+385.71%)
Mutual labels:  hacktoberfest2020
Fiber
⚡️ Express inspired web framework written in Go
Stars: ✭ 17,334 (+82442.86%)
Mutual labels:  hacktoberfest2020
Recursion-Tree-Visualizer
A simple python package that helps to visualise any recursive function by adding a single line of code.
Stars: ✭ 89 (+323.81%)
Mutual labels:  hacktoberfest2020
Angular Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
Stars: ✭ 1,693 (+7961.9%)
Mutual labels:  hacktoberfest2020
IssueAi
O Issue Ai cria um espaço de visibilidade para os projetos open source de Computação@UFCG.
Stars: ✭ 32 (+52.38%)
Mutual labels:  hacktoberfest2020
godot tools
A set of GDScript EditorScript and EditorPlugins tools that automate boring tasks on Godot Engine.
Stars: ✭ 50 (+138.1%)
Mutual labels:  hacktoberfest2020
spamtoberfest
Fight against PR spammers
Stars: ✭ 51 (+142.86%)
Mutual labels:  hacktoberfest2020
QuickBooks-V3-DotNET-SDK
.Net SDK for QuickBooks REST API v3 services
Stars: ✭ 90 (+328.57%)
Mutual labels:  hacktoberfest2020

Algoflow

Algorithm Visualizer Implemented linked list, backtracking, graph traversals, searching, and sorting algorithms.

Motivation

As students often find it difficult to visualize complex data structures like linked lists, etc, and algorithms like backtracking, graph traversals, etc this project aims at helping the students understand the concepts in a much more visual way. Users can use this website to visualize data structures and algorithms for a better grasp and understanding of concepts. So far, this project contains the implementation of linked lists operations, backtracking, graph traversals, searching, and sorting algorithms. The technology stack used in the project is React along with CSS to improve the frontend design of the website and provide necessary animations required for the specific task. Class-based components are used to execute functions and perform specific operations when the user clicks on a component and render the appropriate response to the user actions. The website is deployed on the netlify platform where users with an internet connection can access the website to visualize algorithms of their choice.

Run the following commands in order to execute the project


npm install
npm start

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].