wyatt / algorithms-ts

A base repository with tasks to learn how to program various algorithms for A Level Computer Science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithms-ts

Testing

A project to build searching and sorting algorithms, with test suites.

Usage

yarn
yarn test

Current algorithms

Searching

  • Linear search
  • Binary search

Sorting

  • Bubble sort
  • Insertion sort
  • Merge sort
  • Quick sort

About

A base repository with tasks to learn how to program various algorithms for A Level Computer Science


Languages

Language:Python 62.1%Language:TypeScript 36.1%Language:JavaScript 1.3%Language:Shell 0.6%