Algoritma-Kutusu
Algoritma-Kutusu copied to clipboard
Data Structures, Algorithms, Homeworks, Games and more
Aşağıda verilen veri yapılarının kütüphanelerinin eklenmesi gerekiyor "/Data-Structures/Structures-Library "dizinine: - [ ] Stack - [ ] Queue - [ ] Tree
The current implementations only work for integers. Templates can be used to support data structures with different data types.
The current linked list data structure implementation has less functionality. Core parts of the data structure are missing ie. inserting a specific position. The overall functionality of the data structure...
Using "using namespace std" is a bad practice in writing libraries. std:: could be added to the necessary parts of the code.