Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 548 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 548 Bytes

Algos And Data Structures Playground

CircleCI

This repository contains my solutions to some challenges.

Usage

  1. Install ruby >= 3.0.0
  2. Run the following command ruby <file>.rb

Tests

Each file has ow test cases using TestUnit, built in test framework of Ruby: ruby <file>.rb NOTE: some code might be broken as it's playground