This project is aimed at creating a mini student-friendly Wikipedia using the Tkinter library and Wikipedia module in python.
The easiest way to convert a decimal number to a binary number using recursion in Python language.
This Python program will check if there is any duplicate element available in the given array, which will be given by the user.
Here we are subtracting two matrices, which will be given by the user using NumPy in python.
Python program to find Lowest Common Ancestor (LCA) of n1 and n2 using one traversal of Binary tree
Given module calculates the minimum spanning tree for a graph using Prim's algorithm. This algorithm is implemented using heapq module.
This piece of code will scrape the google search result and find the current crypto price.
Here user inputs a list of integers or floats or strings along with sorting type. The program outputs the sorted list according to specified sorting type i.e. Ascending or Descending order
Here, we are rolling dice and printing the pattern of the dice in the terminal using python.
This is an online basic calculator that can evaluate and perform basic arithmetic operations.
This is a simple login and registration page made with React JS, HTML5, CSS3, and Javascript
Given module finds the minimum element in an array between position i to j. RMQ can be used in problems directly or can be applied to implement other task like the Lowest Common Ancestor problem.