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

https://github.com/jelin-sh/kata

My katas
https://github.com/jelin-sh/kata

blog codewars cpp katas

Last synced: 4 months ago
JSON representation

My katas

Awesome Lists containing this project

README

          

# Kata

kata一词来在于柔道的“形”,类似于中国武术讲究的套路,kata是每个柔道家每天都要练习的事务,所以在编程道路上可以践行来自于柔道的哲学,就像Uncle Bob所说的一样。

---

## C++ KATA 笔记

| KATA | 笔记 |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [Twice linear](https://www.codewars.com/kata/5672682212c8ecf83e000050/cpp) | [关于std::set的使用 (skjsnb.com)](https://blog.skjsnb.com/post_23020501/) |
| [Find the odd int](https://www.codewars.com/kata/54da5a58ea159efa38000836) | [关于std::accumulate的使用 (skjsnb.com)](https://blog.skjsnb.com/post_23011901/) |