Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silentroach/practice


https://github.com/silentroach/practice

Last synced: 20 days ago
JSON representation

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