https://github.com/adrianblade/codewars_typescript_solution
Codewars kata training
https://github.com/adrianblade/codewars_typescript_solution
codewars codewars-kata codewars-kata-solution codewars-typescript
Last synced: 8 months ago
JSON representation
Codewars kata training
- Host: GitHub
- URL: https://github.com/adrianblade/codewars_typescript_solution
- Owner: adrianblade
- Created: 2019-06-02T20:10:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T05:48:41.000Z (over 3 years ago)
- Last Synced: 2025-01-09T00:51:05.278Z (over 1 year ago)
- Topics: codewars, codewars-kata, codewars-kata-solution, codewars-typescript
- Language: TypeScript
- Homepage:
- Size: 526 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codewars Solutions on Typescript
[](https://www.codewars.com/users/adrianblade)
## My Solutions
| kyu | Codewars Kate | My Solutions |
| --- | --- | --- |
| 5 | [Phone Directory](https://www.codewars.com/kata/56baeae7022c16dd7400086e) | [phone-directory.ts](https://github.com/adrianblade/codewars_typescript_solution/blob/master/src/5kyu/phone-directory/phone-directory.ts) |
| 6 | [Errors : histogram](https://www.codewars.com/kata/59f44c7bd4b36946fd000052) | [error-histogram.ts](https://github.com/adrianblade/codewars_typescript_solution/blob/master/src/6kyu/error-histogram/error-histogram.ts) |
| 8 | [Vowel Count](https://www.codewars.com/kata/54ff3102c1bad923760001f3) | [vowel-count.ts](https://github.com/adrianblade/codewars_typescript_solution/blob/master/src/8kyu/vowel-count/vowel-count.ts) |