Abhishek Dubeylearning-in-public-week-1.hashnode.dev·Nov 17, 2024Week 2 updates"Life is full of twists and turns; it's how we navigate them that defines our journey." After a successful Week 1, I was all geared up to replicate the same momentum in Week 2. Much like a car that takes a little extra time to start in winter, beginn...Discussdata structure and algorithms
Soumyo Deep Guptad33p0st.hashnode.dev·Nov 17, 2024Blockchain Data Structures in Python: Creation and Management TipsWith the rise in blockchain technology, different fields of studies are experimenting vigorously to see how blockchain fits into their own environment. The wait is over!! This python library allows creating secure blockchains with system level speed ...DiscussCustom Made Librariesmodstore
Vaishnavi Dwivedivaishd.hashnode.dev·Nov 11, 2024Patterns unravelledCode this pattern. This is a question I have never heard in any of my interviews, but it is the starting point of DSA. Why? The main reason is that it helps us better understand loops and conditions. Without this, we can't build optimal logic or unde...DiscussLearn DSA - JAVACodingPatterns
Walter John Salibayaiwalts.hashnode.dev·Nov 4, 2024Activity 30: Master Python List of Dictionaries Data StructureIntroduction In this activity, create different lists of dictionaries in Python. Each dictionary stores information about certain things like products, employees, books, universities, and restaurants. After creating these lists, I needed to display t...Discussdata structure and algorithms
Vasubhi Guptavasubhigupta.hashnode.dev·Nov 1, 2024Arrays Explained: The Building Block of Data StorageBefore we get started on what are arrays, let us first understand what data structures are. Data Structure: It is a way of organizing, storing and managing data in a computer’s memory, so that it can easily be manipulated, maintained and accessed eff...Discussarray
Victor Uzoagbavictoru.hashnode.dev·Oct 29, 2024Collaborative Data Science: Best Practices for Team EnvironmentsIntroduction Data science thrives on collaboration. From wrangling datasets to deploying machine learning models, today’s data-driven projects require more than technical prowess—they demand smooth teamwork. However, coordinating multiple team member...Discussdata
Bonaventure OgetoforHojaLeaks Coding Tutorialshojaleaks.com·Oct 22, 2024Graph Traversal: Breadth-First Search and Depth-First Search | Day #21Graph traversal is a fundamental concept in computer science, enabling the exploration of nodes and edges in a graph structure. Graphs are versatile data structures that model various relationships and connections in the real world, making traversal ...Discuss·10 likesData Structures and Algorithmsdata structures
Vaishnavi Dwivedivaishd.hashnode.dev·Oct 23, 2024Chapter 3 : Time and Space ComplexityDijkstra’s Algorithm, Sieve of Eratosthenes, Bellman-Ford Algorithm, Kruskal’s Algorithm, Floyd-Warshall Algorithm, and many more—do you know why these fancy names exist? Or, rather, why does DSA exist at all? Of course, we need different data struct...Discuss·1 likeLearn DSA - JAVABig Omega
Bonaventure OgetoforHojaLeaks Coding Tutorialshojaleaks.com·Oct 21, 2024Introduction to Graphs | Data Structures and Algorithms Day #20Graphs are one of the most powerful and versatile data structures in computer science. Whether it’s modeling social networks, finding the shortest path in maps, or building recommendation engines, graphs play a crucial role in solving complex problem...Discuss·10 likesData Structures and Algorithmsdata structures
Bonaventure OgetoforHojaLeaks Coding Tutorialshojaleaks.com·Oct 20, 2024Hash Tables: Finding Duplicates in an Array | Day #19Introduction Finding duplicates in an array is a common problem in software development, with applications ranging from detecting repeated data entries in databases to validating user inputs in forms. In large datasets, identifying duplicates efficie...Discuss·10 likesData Structures and Algorithmsdata structures