GitXplorerGitXplorer
r

exercism

public
39 stars
11 forks
0 issues

Commits

List of commits on branch main.
Verified
1dac75d917a0b05bd85693b9a0a58eba59762d06

cleanup

rrootulp committed a month ago
Verified
8d0ff58f90a9af22e6e468de1b27650063cc9c1c

solve knapsack

rrootulp committed a month ago
Verified
2d6c968e034293dab32ada7c8abef4a5e4de66c5

wip

rrootulp committed a month ago
Verified
cb0b19866acf8065ac160e7617cc6f42224a47f5

refactor: remove unnecessary code

rrootulp committed a month ago
Verified
5eba7625dbc30f316f0c146c129e4b432d3219fd

solve first two test cases

rrootulp committed a month ago
Verified
887529e4a442a6fe138126ec36c75ecd80989ef3

start knapsack

rrootulp committed a month ago

README

The README file for this repository.

Exercism

License

Exercism solutions

Getting Started

If you are new to exercism, you can get started with this intro.

Tests

Go Ruby Python Rust

Code Style

language code style & linter command
coffeescript coffeelint yarn lint
ecmascript airbnb style guide cd <exercise> && yarn lint
elm elm-format elm-format .
go gofmt go fmt .
java google-java-format java -jar google-java-format-1.8-all-deps.jar -r ./**/src/main/java/*.java -r
javascript prettier yarn lint
python pep 8 pycodestyle . or autopep8 --in-place --aggressive --aggressive --recursive .
ruby rubocop rubocop .
rust rustfmt cargo fmt --all
typescript tslint cd <exercise> && yarn lint

Contribute

I'd appreciate any feedback via issues.