https://github.com/harmim/vut-ivs-project-1
Praktické aspekty vývoje software: Projekt 1 – Testování
https://github.com/harmim/vut-ivs-project-1
c-plus-plus cmake code-coverage gcov google-test ivs lcov matrix project red-black-tree test-driven-development testing vut
Last synced: 22 days ago
JSON representation
Praktické aspekty vývoje software: Projekt 1 – Testování
- Host: GitHub
- URL: https://github.com/harmim/vut-ivs-project-1
- Owner: harmim
- Created: 2017-02-15T20:47:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T12:17:19.000Z (about 8 years ago)
- Last Synced: 2025-02-06T12:48:11.425Z (2 months ago)
- Topics: c-plus-plus, cmake, code-coverage, gcov, google-test, ivs, lcov, matrix, project, red-black-tree, test-driven-development, testing, vut
- Language: C++
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ivs-project-1
## Praktické aspekty vývoje software: Projekt 1 – Testování- [Google Test](https://github.com/google/googletest/blob/master/googletest/docs/Primer.md)
- [CMake](https://cmake.org/documentation/)
- [Gcov](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html)
- [Lcov](https://sourceforge.net/projects/ltp/files/Coverage%20Analysis/LCOV-1.13/lcov-1.13.tar.gz/download?use_mirror=netassist)### Red-black tree
- https://en.wikipedia.org/wiki/Red%E2%80%93black_tree
- https://www.cs.usfca.edu/~galles/visualization/RedBlack.html
- http://www.cs.armstrong.edu/liang/animation/web/RBTree.html### Matice
- http://www.umat.feec.vutbr.cz/~kovar/webs/personal/MMAT.pdf### Doubly linked list
- https://en.wikipedia.org/wiki/Doubly_linked_list