Linked Data StructuresLinked data structures are data structures that are implemented using linked lists. A linked list is a sequence of data elements, which are…Jan 28, 2023Jan 28, 2023
Git Cheat Sheet for beginnersGit is a version control system that allows developers to keep track of changes made to their code over time. It keeps a history of every…Jan 28, 2023Jan 28, 2023
Demonstration of Queue data structure with Python codeA queue is a linear data structure that follows the First-In-First-Out (FIFO) principle. It is an ordered collection of elements, where…Jan 24, 2023Jan 24, 2023
Demonstration of Stack data structure with Python codeA data structure is a way of organizing and organizing data in a computer’s memory such that it can be easily accessed, modified, and…Jan 23, 2023Jan 23, 2023
Convolutional Neural Net — A practice in nutshellThis article is not about What is CNN? or Technical insights on CNN architecture? This article is for those who already have some…Jan 26, 2021Jan 26, 2021
The Google Colab System Specification CheckEither you are a beginner in python, Data scientist or deep learning researcher, it is very usual that you are using on of the most…Jan 7, 2021Jan 7, 2021