Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 9 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T05:48:41.000Z (about 2 years ago)
- Last Synced: 2024-11-11T05:43:01.808Z (about 2 months 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
[![CodeWars](https://www.codewars.com/users/adrianblade/badges/large)](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) |