#
computer-science-algorithms
Here are 35 public repositories matching this topic...
Everything about programming!!
javascript
computer-science
tutorial
elixir
aws-lambda
article
css-animations
programmer-tool
lambda-functions
computer-science-algorithms
gcp
google-cloud
css-transitions
tutorials
javascript-tutorial
javascript-tests
devtips
google-cloud-platform
javascript-es6
-
Updated
Mar 31, 2019 - JavaScript
An automatic theorem prover in OCaml for typed higher-order logic with equality, datatypes and arithmetic, based on superposition+rewriting; and Logtk, a supporting library for manipulating terms, formulas, clauses, etc.
prototype
experimental
ocaml
computer-science-algorithms
logic
polymorphism
cnf
superposition
saturation
induction
symbolic-computation
prover
rewriting
-
Updated
Jun 10, 2020 - OCaml
Animated demo of sorting algorithms in Java.
java
computer-science
gui
algorithms
computer-science-algorithms
desktop-application
sorting-algorithms
-
Updated
Oct 15, 2018 - Java
Common algorithms implemented in JavaScript.
javascript
computer-science
algorithms
graph-algorithms
computer-science-algorithms
sorting-algorithms
common-algorithms
string-algorithms
javascript-algorithms
array-algorithms
geometry-algorithms
math-algorithms
-
Updated
Jan 27, 2019 - JavaScript
Data Structures and Algorithms implementation in JavaScript & Python with explanations. 🍻
-
Updated
Mar 3, 2019 - JavaScript
[WIP] Algorithms from Sudkamps' Languages and Machines - implemented in Java
-
Updated
Apr 25, 2017 - Java
Algorithms from Sudkamps' Languages and Machines - implemented in Python 3
-
Updated
May 22, 2017 - Python
-
Updated
Mar 24, 2018 - JavaScript
Computer Science algorithms in JavaScript
-
Updated
Jun 8, 2020 - JavaScript
Informatik Master exercises
-
Updated
Apr 20, 2020 - TeX
Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript, demo is
react
computer-science
github-page
algorithm
stack
jest
computer-science-algorithms
binary-search-tree
string-manipulation
sorting-algorithms-implemented
queues
leetcode-javascript
javascript-algorithms
-
Updated
Jun 13, 2020 - JavaScript
A collection of scripts that I wrote for/were inspired by school projects. Algorithms & Data Structures.
-
Updated
Jun 30, 2019 - Java
Computer Science Algorithms
computer-science
algorithms
computer-science-algorithms
challenges
time-complexity
dynamic-programming
space-complexity
-
Updated
Sep 14, 2017 - CSS
Different algorithms to solve 0-1 knapsack and an algorithm to solve continuous knapsack
-
Updated
Mar 12, 2018 - Python
This is a miscellaneous project related to computer science algorithms
-
Updated
Oct 18, 2016 - Scala
Basic implementation of core Computer Science algorithms and data structures written in C# and packaged as .NET Core assembly
-
Updated
May 4, 2020 - C#
Computer science questions answers
-
Updated
Mar 31, 2017 - Java
It's a program for doing 4 simple mathematical functions but not with normal integer numbers, it designed for huge numbers; maybe division is not completed but other sections are working; developed by Michael Bidollahkhany.
-
Updated
Mar 5, 2017 - Tcl
A project created for studying data structures and algorithms.
-
Updated
Nov 21, 2016 - C#
This is my compiled solutions at solving Project Euler's problems.
computer-science
programming
computer-science-algorithms
exercises
interview-questions
programming-exercises
theoretical-computer-science
computer-science-studies
-
Updated
Jul 29, 2018 - Python
Small collection of basic CS Algorithms/Data Structures in JavaScript.
-
Updated
Dec 28, 2018 - JavaScript
C++ Library for working on school projects.
c
computer-science
library
school
algorithms
cpp
computer-science-algorithms
data-structures
student
student-growth
computer-science-students
data-structure-algorithms
-
Updated
Apr 12, 2019 - C++
Notes for computer-based informatics, particularly for use in a competition setting.
-
Updated
Nov 10, 2017 - Shell
Implementation of concepts and algorithms from various disciplines of computer science.
computer-science
algorithm
computer-science-algorithms
information-security
computer-science-education
-
Updated
Apr 12, 2017 - C++
Ackermann function with big numbers support
-
Updated
Jan 6, 2018 - C
A variety of useful C data structures to aid in future projects
computer-science
data-structure
structure
computer-science-algorithms
structures
data-structures
data-structure-library
-
Updated
Nov 21, 2018 - C
A repo with exercises I've resolved from https://www.codewars.com/
-
Updated
Feb 12, 2018 - Elixir
Python implementation of common computer science algorithms written for practice.
-
Updated
Jun 21, 2019 - Python
Implementation of Algorithms and Data Structures used extensively in computer Science
computer-science
algorithm
algorithms
computer-science-algorithms
data-structures
algorithm-library
algorithm-challenges
-
Updated
Jun 19, 2018 - C++
Improve this page
Add a description, image, and links to the computer-science-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computer-science-algorithms topic, visit your repo's landing page and select "manage topics."
Hey @mgechev,
I noticed that you have a README.md file in src/sorting, which has the Big O complexity for all algorithms. It also has the "When to use" column, which is blank. Basecs already has many algorithms' explanations, and can be used to fill in this.column. The explanations are valid for most languages and are concise.
Also, a README.md for all src/* folders would be helpful. (I would