
data-structures
Trending Blogposts on data-structures
Popular Discussions on data-structures
01openHow do you implement a Stack and a Queue in JavaScript?
02openHow to prove these type of questions for Data Structures?
03openDefine child before parent in a tree data structure
04openWhich type of data structures can be implemented by a linked list?
05openWhy isn't sizeof for a struct equal to the sum of sizeof of each member?
06openwhat is the least comparing times for sorting eight numbers in the Tournament sort algorithm?
07openIs it possible to implement binary heap without using additional data structure (e.g. array, linked list)
08openVariable length in a 2D stack
09openHow is the value returned from the function SumOfLongRootToLeafPath
10openWhy stack is implemented using another data structures but array is not?
11openWhat are the underlying data structures used for Redis?