Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentroach/practice
https://github.com/silentroach/practice
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/silentroach/practice
- Owner: silentroach
- Created: 2022-04-23T17:51:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T03:01:04.000Z (6 months ago)
- Last Synced: 2024-12-08T20:04:45.266Z (21 days ago)
- Language: TypeScript
- Size: 658 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Practice
[![Build](https://img.shields.io/github/workflow/status/silentroach/practice/Test.svg)](https://github.com/silentroach/practice/actions?query=workflow%3ATest)
[![Coveralls](https://img.shields.io/coveralls/silentroach/practice.svg?label=coverage)](https://coveralls.io/r/silentroach/practice)Problems solving practice
# TODO
- [ ] Database problems solve testing
- [x] Migrate from tap to jest
- [ ] Migrate old tests from tap to jest
- [ ] Recheck leetcode/medium/word-search
- [ ] Rewrite leetcode/medium/decode-as-string to more efficient solution
- [ ] Rewrite leetcode/medium/coin-exchange, now it is completely wrong
- [ ] Another ways for leetcode/medium/rotate-array