Skip to content

Abdulqudus001/leetcode-algorithm-solutions

Repository files navigation

LeetCode Solutions

Test

Solutions to some of the leetcode questions in different languages

Questions

Subfolders represent individual question slugs e.g

# link is at https://leetcode.com/problems/valid-parentheses
|--repo/
|  |--valid-parentheses/
|  |  |--go/
|  |     |--solutions.go
|  |     |--solutions_test.go
|  |  |--js/
|  |     |--solutions.js
|  |     |--solutions.test.js

Running Tests

# All Golang tests
go test ./...

Running rust code

rustc <file-name.ext>

# windows
.\<file-name.exe>

# linux
./<file-name.exe>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •