professorcode1
professorcode1
I just noticed, there already is an implementation of sets for integers in src/cliques/cliquer/set.h. And the way its implemented it looks to me like it doesn't suffer from the same...
@ntamas The ctl library requires that there be a compiler variable T defined to store the data type, so to use it one would have to define T as a...
So should I port this now?
I'll do the benchmarks, but the code is bugged so it has to be changed. I only need integer sets, so I'll only add those (lets forget about the all...
@ntamas I am implementing sets using [this](https://github.com/amitbansal7/Data-Structures-and-Algorithms/blob/master/9.Red-Black-tree/RedBlackTrees.c) as reference and making the necessary changes. Please let me know now about the API changes now if you would like any.
Hey! Someone please tell me how to handle the reserve size passed to the set in the new implementation. Right now I am keeping a reservoir of Nodes and I...
Requesting an update on this!
The sets pull request is ready for its first review.
Its a simple fix. Would you like me to open a PR?
Hey @AmitMY. Please tell me what all functionality the base Youtube dataset class should have. It might add unnecessary complexity if all it does is call download_youtube function on behalf...