New: datastructuresAll contenthive-129948hive-196917krzzansteemhive-183959hive-180932photographyuncommonlabhive-166405hive-185836hive-150122hive-183397hive-144064bitcoinlifehive-188619krsuccesshive-103599hive-139150hive-101145hive-124908hive-184714hive-109690hive-145157TrendingNewHotLikersvoiceraiser (25)in datastructures • 2 years agoData Structures and AlgorithmData Structure and algorithms What is Data Structure? Data Structure is a way of collecting and organizing data in such a way that we can perform tasks on this data effectively. Data…kritijha (25)in system • 3 years agoLearn the Skills of Mastering Data Structures and AlgorithmsData structure and algorithm questions are among the most frequently asked ones in interviews. That is why every decent data structure and algorithms course covers this topic extensively. Scaler's…golibrary (37)in nary • 5 years agoDepth of an Nary tree and finding route to a node in itDEPTH OF AN N-ARY TREE AND FINDING ROUTE TO A NODE IN AN N-ARY TREE This article is originally published in Golibrary Co Depth of an N-Ary tree and Finding Route to a node in an N-Ary tree…tomavelev (29)in datastructures • 6 years agoEverything is connected - or why I'm focusing on Relational ApplicationsEverything is connected with everything else one way or another. You don't have to be a fan of conspiracy theories, to be a believer in some specific religion, to be exceptionally intelligent or…jcsc (40)in data • 7 years agoGraph Databases Will Change Your Freakin' LifeWTF is a graph database Euler and Graph Theory Math -- it's hard, let's skip it It's about data -- lots of it But let's zoom in and look at the basics Relational model vs graph…mayankpratap (25)in graphtheory • 7 years agoExcellent Modification Of Breadth First SearchI have started with graph theory problems on . Solving problems here has certain advantages according me. If you have familiarity with basic graph algorithms like BFS,DFS,Dijkstra,Prims, you will…datatreemap (53)in java • 7 years agoHow to iterate in a HashMap in JavaThere are many applications in the information have to be processed or organized in different ways. In Java there is a way to organize data in keys and values. To every key corresponds a value and…datatreemap (53)in datastructures • 7 years agoData structures in R and how to use them.A guide on how to with data structures such as Vector, Matrix, Array, Data frame and List in R programming language. Lets see those data structures one by one: Vector It can be defined with…alketcecaj (55)in algorithms • 7 years agoWhat are some algorithms and data structures that every data scientist should know?Depending on the purpose of application and quantity of data there is possible to make a first classification as follows. Clustering :is the problem of grouping the individuals in a…alketcecaj (55)in java • 7 years agoIs it possible to update a value of a key in HashMap in Java?You can update like this if you are reading data form a dataset : This way you can generalize better and update the value. This post comes from my answer on Quoraalketcecaj (55)in algorithms • 7 years agoVisualizing Algorithms and Data StructuresThis post comes from my Quora blog "Algorithms and data fusion". I thought that sharing some of my content on Quora here on Steemit would help users that do not use Quora. Here are some…