-
Updated
Mar 17, 2022 - JavaScript
{{ message }}
Everything about programming!!
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.
Illustrated Data Structures — Video Series
Common algorithms implemented in JavaScript.
Animated demo of sorting algorithms in Java.
Data Structures and Algorithms implementation in JavaScript & Python with explanations.
[WIP] Algorithms from Sudkamps' Languages and Machines - implemented in Java
Computer Science algorithms in JavaScript
A collection of scripts that I wrote for/were inspired by school projects. Algorithms & Data Structures.
Informatik Master exercises
LeetCode solutions in JavaScript (ES6+).
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.
Books on various domains of computer science
Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript, demo is
Computer Science Algorithms
Different algorithms to solve 0-1 knapsack and an algorithm to solve continuous knapsack
A repo with exercises I've resolved from https://www.codewars.com/
This is a miscellaneous project related to computer science algorithms
Sorting algorithms using C. Written as a practice for c workshop test.
A project created for studying data structures and algorithms.
Small collection of basic CS Algorithms/Data Structures in JavaScript.
This is my compiled solutions at solving Project Euler's problems.
Notes for computer-based informatics, particularly for use in a competition setting.
C++ Library for working on school projects.
Python implementation of common computer science algorithms written for practice.
Implementation of Algorithms and Data Structures used extensively in computer Science
Add a description, image, and links to the computer-science-algorithms topic page so that developers can more easily learn about it.
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 samesomethingvariable in one function.Go through and clean up bad code like the above, and anything that's not idiomatic python.