Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

make-github-pseudonymous-again/js-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Algorithms License GitHub issues


Β© xkcd.com

Playground for algorithms in JavaScript. This is a child project of js-library and the twin project of js-data-structures.

πŸ“° Description

This project is just a playground for any algorithm that doesn't fit in any of those projects,

πŸ”¦ Searching

πŸŒ– Merging

🍰 Partitioning

πŸ‘‡ Selection

πŸ“Ά Sorting

βš–οΈ Comparison sorting

πŸ’€ Integer sorting

πŸ”£ Strings

Nothing yet.

πŸ”ͺ Hashing

Nothing yet.

πŸ“ Geometry

🌐 Graphs

πŸ”’ Numbers

πŸ”£ Arithmetic

2️⃣ 3️⃣ 5️⃣ 7️⃣ Number theory

🐚 Integer sequences

🎲 Randomness

🧠 Hard problems

↔️ Sytems of equalities and inequalities

🧹 Combinatorics

Those packages aim to provide code bricks that are as generic as possible. Some examples are a Gauss-Jordan method that can work with any number model, a Karatsuba algorithm that can handle any input size, a Graham Scan algorithm that works with clockwise or counter clockwise ordering, and a Monotone Chain algorithm that can be used as a triangulation algorithm without any change.

πŸ“œ Reference

A list of links and projects focusing on algorithm implementation.

β˜• Projects implementing algorithms in JavaScript

🦚 Projects implementing algorithms in other languages

πŸ”— Others

Morty Proxy This is a proxified and sanitized view of the page, visit original site.