PAPixel and Codeinlearning-data-structures.hashnode.dev12DSA MADE EASY3d ago · 6 min read · Classification of Data Structures Data structures are ways of organizing and storing data in a computer so that it can be used efficiently. Different types of data structures are used depending on thePPrakhar and 1 more commented
PAPixel and Codeingit-replica.hashnode.dev00Folder Structure of .git (Part-3)5d ago · 2 min read · Git stores all repository data inside the hidden .git folder that is created when git init is executed. Git mainly stores data as objects inside .git/objects, where file contents are stored as blob obJoin discussion
PAPixel and Codeincode-concepts.hashnode.dev00Statistics Without Confusion6d ago · 5 min read · What is Statistics? A Beginner's Guide Statistics is a branch of mathematics that deals with collecting, organizing, analyzing, interpreting, and presenting data. Simply put, it's the science of learnJoin discussion
PAPixel and Codeingit-replica.hashnode.dev00Creating first file (Part-2)6d ago · 3 min read · I created a folder with name git_replica and created a main.c in it. Now we want create commands like git init or git add . , for that we need to receive commands from terminal. We also want that commJoin discussion
PAPixel and Codeingit-replica.hashnode.dev00Why starting this project (Part-1)May 7 · 2 min read · I was recently learning about GIT to unlock its full potential. I wanted to know about every single command and feature. I started with its history, wrote a blog while learning about its starting. I gJoin discussion