# Computer Science

### Algorithms

* [TheAlgorithms/C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus): medium quality C++ code, but comprehensive
* [Algorithm-DataStructures](https://github.com/jakobkogler/Algorithm-DataStructures): high quality C++ code (and a few in other languages)&#x20;

#### Segment Tree

* [C++ implementation](https://github.com/jakobkogler/Algorithm-DataStructures/blob/master/RangeQuery/SegmentTree.cpp)
* [Tutorial in Chinese](https://blog.csdn.net/Yaokai_AssultMaster/article/details/79599809)
* [Tutorial on CodeForces](https://codeforces.com/blog/entry/18051)
