-
Updated
Mar 17, 2022 - JavaScript
#
computer-science-algorithms
Here are 40 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 and datatypes, 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
Mar 4, 2022 - OCaml
Illustrated Data Structures — Video Series
-
Updated
Feb 22, 2022 - JavaScript
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
Animated demo of sorting algorithms in Java.
java
computer-science
gui
algorithms
computer-science-algorithms
desktop-application
sorting-algorithms
-
Updated
Oct 15, 2018 - Java
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
-
Updated
Mar 24, 2018 - JavaScript
Computer Science algorithms in JavaScript
-
Updated
Jun 8, 2020 - JavaScript
A collection of scripts that I wrote for/were inspired by school projects. Algorithms & Data Structures.
-
Updated
Jun 30, 2019 - Java
Informatik Master exercises
-
Updated
Apr 20, 2020 - TeX
LeetCode solutions in JavaScript (ES6+).
javascript
computer-science
js
es6
algorithms
leetcode
computer-science-algorithms
cracking-the-coding-interview
topcoder
hackerrank
data-structures
interview-practice
leetcode-solutions
es5
leetcode-questions
interview-preparation
leetcode-javascript
leetcode-practice
javascript-algorithms
javascript-data-structures
-
Updated
Aug 2, 2020 - JavaScript
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
Books on various domains of computer science
-
Updated
Mar 28, 2020
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
Dec 4, 2020 - JavaScript
Computer Science Algorithms
computer-science
algorithms
computer-science-algorithms
challenges
time-complexity
dynamic-programming
space-complexity
-
Updated
Sep 14, 2017 - CSS
-
Updated
Sep 21, 2021 - JavaScript
Different algorithms to solve 0-1 knapsack and an algorithm to solve continuous knapsack
-
Updated
Mar 12, 2018 - Python
A repo with exercises I've resolved from https://www.codewars.com/
-
Updated
Feb 12, 2018 - Elixir
This is a miscellaneous project related to computer science algorithms
-
Updated
Oct 18, 2016 - Scala
Sorting algorithms using C. Written as a practice for c workshop test.
-
Updated
Jul 30, 2020 - C
A project created for studying data structures and algorithms.
-
Updated
Nov 21, 2016 - C#
Small collection of basic CS Algorithms/Data Structures in JavaScript.
-
Updated
Dec 28, 2018 - JavaScript
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
Notes for computer-based informatics, particularly for use in a competition setting.
-
Updated
Nov 10, 2017 - Shell
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++
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."
There's some sloppy programming in here. Just before saw that I was calling
len(something)
around 5 times for the samesomething
variable in one function.Go through and clean up bad code like the above, and anything that's not idiomatic python.