Educational content and showcases covering programming, travel, and animation
This is a video on one of the problems listed in competitive coding platform called leetcode.
This is a video on one of the problems listed in competitive coding platform called leetcode.
This is a video on one of the problems listed in competitive coding platform called leetcode.
This is a video on implementation of DFS using recursion in graph theory.
Keshav solved one of the easy challenges from HackerRank.
Understand how insertion sort works and write c++ code to implement its algorithm.
We will learn how to implement DFS algorithm to detect the flag of countries. However in this video we will only deal with flags with simple strips.
Image processing using Depth First Search to count total number of island in BMP image file
In this video we will learn where to find the real genome sequence and apply global sequence alignment to compare the similarities between two genome sequence.
You can learn about the input/output from this video.
Learn about the basics in how to take input in AVR microcontrollers
Basics of bit shift operation
In this video, Nishant teaches us how to use machine learning to detect ham or spam in our email inbox using python.
In the video Nishant teaches us how to set up the environment before you start coding in Django. He starts with from the very beginning of how to download python and how to install pip, virtual environment and django. He also sets up all the setting in the django template and shows how we can successfully run django framework to create a web app.
In this video, Nishant teaches us how to integrate html and css with the django framework. He also uses bootstrap to make the UI look beautiful.
In this video, Nishant shows how we can add data in the database. He also shows how database can be intregrated with html using jinja.
n the video Nishant teaches us how delete and add data in the database.