Skip to content

This repository contains a collection of algorithm problems.

Notifications You must be signed in to change notification settings

iastate-zuo/algo-problems

 
 

Repository files navigation

LeetCode Problems

This repository contains a collection of solutions to some interesting LeetCode problems. The solutions are written in Go and you can check the results by running the corresponding problem.

Run Go Problems

At the project root, run the following command

$ go run . -n=<problem_number>

How to run a JavaScript specific problem

Download the repository and enter the folder, then at your command-line tool execute:

$ node ./js-problems/main.js $1 $2
  • The $1 parameter is optional, if specified, it will run the solution with the same name of the problem folder. By default we will run the "FreqStack" solution.
  • The $2 parameter is optional, it can be -d or --debug, if specified, it will run the debug mode for the solution.

About

This repository contains a collection of algorithm problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 70.3%
  • Python 18.8%
  • JavaScript 7.2%
  • TypeScript 3.7%