Wiseman Umanahtechwhiz.hashnode.dev·Dec 1, 2023Hashing It Out: Understanding the Magic of HashtablesIntroduction One of the most interesting data structures I have come to love in C language is the Hash table. This ingenious data structure offers a robust framework for organizing and categorizing data, relying on intricate algorithms to achieve thi...Discuss·1 likeProgramming Blogs
Ajay Giteajaygite.hashnode.dev·Aug 18, 2023Data Types and Data StructuresData Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actu...Discuss·35 reads#90daysofdevopschallenge
Luqman Shabanluqmanshaban.blog·Aug 11, 2023Merge Strings AlternatelyHey there! Learning data structures and implementing the right algorithms in your software has proven to increase the sufficiency, speed and performance of your program. I have decided to document how I tackled and solved the challenges from leetcode...DiscussLeetCode 75datastructures
Samuel Nwankwosaminwankwo.hashnode.dev·Apr 20, 2023Programming Made Simple: A Beginner's Guide to Understanding the Art of CodeProgramming is the process of creating computer software, applications, and scripts that tell a computer what to do. It involves using a programming language to write instructions, or code, that a computer can understand and execute. Programming can ...Discuss·1 like·56 readsProgramming Tips
Arsalan Yaqoob Malikarsalanmalik.hashnode.dev·Apr 4, 2023Fast & Slow pointer method.An Algorithm every person who's learning Data Structures and Algorithms should know. Introduction to Linked Lists: Linked lists are one of the fundamental data structures used in computer science. A linked list consists of a sequence of nodes, each c...Discuss·12 likes·92 readsdatastructures
Jayesh Batrajayeshbatra.hashnode.dev·Mar 31, 2023Implement A Stack Using an ArraySo hey, in this article we are going to learn to Implement A Stack Using an Array Why? Implementing a stack using an array is a common approach in computer programming for several reasons: Efficiency: Arrays offer constant-time access to elements in...Discuss·1 likeStacks
Dharan Sdharrnn.hashnode.dev·Jan 3, 2023DSA Day 2Patterns! Patterns !! Patterns !!!!!!!! Not very important for the coding interview, but still just wanted something interesting to code, so I did 19 problems 🤩, was hoping for 20 but couldn't put my mind to it I used Striver Sheet again, That's 2-...DiscussData Structures Self PacedDSA
Obikoya Emmanuelhybeecodes.hashnode.dev·Dec 2, 2022Learning Data Structures and Algorithms (DSA) while having a full time JobI often get one question from most of the developers I speak to about DSA and that is “How do I learn this thing as a developer with a full-time job?” The truth is that jobs are demanding and you would most probably not have so much time to set aside...Discussdatastructures