Skip to content

leorcvargas/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@leorcvargas/algorithms

About

This repository stores any code related to my studies about algorithms and data structures. It is currently using bun for testing and runtime. The folder structure is really flexible and I'm probably going to be moving things around. My idea for this repository is to:

  1. Create an example implementation for the algorithm or data structure.
  2. Create a unit test to... test it.
  3. Maybe in the future I include my markdown notes for each concept present in this repository.

Folder structure

Really simple:

<topic>/
  <concept>.ts
  <concept>.test.ts

Setup

Installing dependencies:

bun install

To run the tests:

bun test

This project was created using bun init in bun v1.1.20. Bun is a fast all-in-one JavaScript runtime.

About

My algorithm studies

Resources

Stars

Watchers

Forks