Legos Lightlegos.hashnode.dev·Dec 17, 2024Một số ứng dụng của CTDL Queue💡 Queue (hàng đợi) là một cấu trúc dữ liệu cơ bản và vô cùng hiệu quả trong xử lý một số bài toán. Mình rất hay dùng stack hoặc queue để tránh việc gọi đệ quy và dễ debug. Bài này mình xin giới thiệu một số ứng dụng về cấu trúc dữ liệu này. Giới t...Programming & Algorithmsdata structure and algorithms
shreyaushi Dasdata-structures-and-algorithms.hashnode.dev·Dec 6, 2024Data Structures and Algorithms: Through a Beginner's PerspectiveIntroduction Before you dive into my coding world ,let me introduce myself, am Shreyaushi Das currently a 1st year(2024) student pursuing a bachelor’s in Information technology. I had computer in my 12th standard thus I know a little bit of Java and ...93 likes·207 readsdata structure and algorithms
Eniola Bakareeniola-bakare.hashnode.dev·Dec 4, 2024An Introduction to Essential Data StructuresINTRODUCTION If you’re like me, you’ve most likely considered how best to arrange your wardrobe to easily retrieve a favourite wear when you have under one hour to get ready, or how best to avoid turning out your entire wardrobe as a heap on the floo...13 likes·69 readsA Working Understanding of Data Structures and Algorithms (DSA)data structures
SIDDHANT BOBDEsiddhantbytes.hashnode.dev·Nov 28, 2024My One-Year LeetCode Streak: How I Solved a Problem Every DayLast October, I took on the challenge of solving a LeetCode problem every day for a month and announced it on Twitter. After completing the first month, I decided to extend the challenge for another month. What began as a 30-day commitment eventually...1 likeleetcode
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...data 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 ...Custom 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...Learn 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...data 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...array
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...data