https://github.com/dwqs/codewars-practices
Some best practices for practice questions on codewars, update it weekly
https://github.com/dwqs/codewars-practices
awesome-codewars codewars practices
Last synced: 4 months ago
JSON representation
Some best practices for practice questions on codewars, update it weekly
- Host: GitHub
- URL: https://github.com/dwqs/codewars-practices
- Owner: dwqs
- Created: 2015-12-10T01:55:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T19:50:59.000Z (almost 4 years ago)
- Last Synced: 2024-12-13T01:42:09.244Z (6 months ago)
- Topics: awesome-codewars, codewars, practices
- Homepage:
- Size: 35.2 KB
- Stars: 69
- Watchers: 7
- Forks: 39
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Codewars Practices
Some best practices for practice questions on [codewars](http://www.codewars.com/) and try to update it weekly from Jul 16, 2018.**Notes:** The best practices for every question I have passed all tests on codewars were sorted via votes count descending at the time I resolved it, so you maybe see different results now for the same question on codewars.
Here is my codewars homepage: https://www.codewars.com/users/dwqs.
## Lists
### 2018-08
* [Twice linear](codewars/201808/twice-linear.md)### 2018-07
* [parseInt reloaded](codewars/201807/parseint-reloaded.md)
* [Return substring instance count](codewars/201807/substring-instance-count.md)
* [Simple Pig Latin](codewars/201807/simple-pig-latin.md)
* [Weight for weight](codewars/201807/weight-for-weight.md)
* [Valid Parentheses](codewars/201807/valid-parentheses.md)### 2017-02
* [Regex Password Validation](codewars/git/regex-password-validation.md)### 2017-01
* [Find Unique Number](codewars/201701/find-unique-number.md)### 2015-12
* [Sum of many ints](codewars/201512/sum-of-many-ints.md)
* [Palindrome for your Dome](codewars/201512/palindrome-for-your-dome.md)
* [Array Helpers](codewars/201512/array-helpers.md)
* [Who likes it?](codewars/201512/who-likes-it.md)
* [Create Phone Number](codewars/201512/create-phone-number.md)
* [Sometimes](codewars/201512/sometimes.md)
* [Adding ordinal indicator suffixes to numbers](codewars/201512/adding-ordinal-indicator-suffixes-to-numbers.md)
* [Count IP Addresses](codewars/201512/count-ip-address.md)