0
After sudying data structures & algorithms and OOP , what's next? (In C++)
2 Respostas
+ 4
You can study new features of C++11,14 and 17 (like templates, lambdas, any, variant, optional, STL, auto, smart-pointers, threads, mutex etc.)
+ 3
Assignment - You have to implement a binary search tree