Skip to content

Solving of coding problems of various sites like codewars, leetcode, etc...

License

Notifications You must be signed in to change notification settings

alabama/coding-problems-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run it

cd into the project root, compile and call the Elixir's interactive shell.

mix compile
iex -S mix
### windows: iex.bat --werl -S mix
AllPossibleSubsequences.subsequence("abcdefg")
TwiceLinear.dbl_linear(10)

Test it

just ran the tests with mix, while in the project root

mix test

About

Solving of coding problems of various sites like codewars, leetcode, etc...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published