8 followers
eduAlgo is a small startup, focused on building learner centric, research based education curriculum
Subscribe to my newsletter and never miss my upcoming articles
When you're working on a large opensource project, it is quite obvious for developers to create branches, add files and stage them for commits when...
Let's explore the most basic feature of VCS, i.e. the branches · Branches are no doubt, one the BEST features of Git. The Master Branch being the default...
The fractional knapsack problem is a greedy-based problem and also an extension of the classic 0-1 knapsack problem. You can read about the 0-1...
What is Data Science? Data science is an interdisciplinary field that uses scientific methods, processes, algorithms and systems to discover hidden...
Using git/github for your personal projects is pretty easy but when you're a part of an organisation or a large scale project with thousands of users...
The unbounded knapsack problem is a dynamic programming-based problem and also an extension of the classic 0-1 knapsack problem. You can read about...