Skip to content

AssoDePicche/fem-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Last Algorithms Course You'll Need

This repository contains the algorithms and data structures that I learned when I took the "Last Algorithms Course You'll Need" taught by ThePrimeagen. Some of the topics covered during the classes were Big O time complexity, arrays, lists, trees, graphs, and maps, besides searching and sorting algorithms.

Getting Started

Make sure that you have Node.js installed, then clone this repository and install all the dependencies.

git clone git@github.com:AssoDePicche/fem-algos.git

cd fem-algos/

npm install

To run the test suite use npm tun test.

Get in Touch

Samuel do Prado Rodrigues (AssoDePicche) - samuelprado730@gmail.com

Releases

No releases published

Packages

No packages published