imjoshellis / algos

My algo practice solutions

Home Page:https://leetcode.com/imjoshellis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algos by Josh Ellis

This repository is a work in progress. The goal is to consolidate my algorithm code and related resources into one place.

Solved

As I solve problems from LeetCode and other sources, I'll add them in the solved directory.

Each solution will have a suite of tests and a readme file (sometimes) explaining thought process and code.

Scripts

I wrote custom scripts (/lib/scripts, compiled to /bin) to make starting and finishing new problems as easy and efficient as possible.

The start command copies the appropriate template files based on the language I give, renames them based on the name I give, and creates a directory called "working" with the new files in it.

The finish command renames and moves the working directory into solved, along with its contents.

If I get any interest (DM me on Twitter), I can make a blank, language-agnostic quick-start repo along with instructions on how to use them.

About

My algo practice solutions

https://leetcode.com/imjoshellis/


Languages

Language:TypeScript 76.0%Language:Go 24.0%