General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
z08840
ForrestKnight
comments
Comments by "z08840" (@z08840) on "ForrestKnight" channel.
Previous
1
Next
...
All
it's not a proper definition of hash table - you gave a definition of associative array (or dictionary) - hash table uses data itself to generate an index (more proper name than key) - the Java's use of name HashTable is misleading - it's actually a hash map - i.e. it's maps keys' hash to values
1
wrong definition of tree - you gave a definition of directed tree, when proper definition is that tree is a connected acyclic undirected graph - apparently you are mistaking and mixing data structures with specific implementations - for example binary search tree is an undirected binary tree data structure specifically sorted by value, while RBtree is a specific implementation of binary search tree... total mess
1
Previous
1
Next
...
All