Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
Amazon
1.9K+ articles
computer-graphics
236+ articles
maths-power
181+ articles
pattern-printing
171+ articles
python-regex
79+ articles
java-swing
63+ articles
Python Regex-programs
38+ articles
java-applet
30+ articles
Algorithms-Analysis of Algorithms (Recurrences)
4+ articles
Projects
45 posts
Recent Articles
Popular Articles
String to Integer in Different Programming Languages
Last Updated: 23 July 2025
Below are example programs to do string to integer conversion in different programming languages.C++#include bits/stdc++.husing namespace std;int main(){ int val; ch...
read more
JavaScript Programs
Projects
Extracting IP Address From a Given String Using Regular Expressions
Last Updated: 23 July 2025
Prerequisites:Regular ExpressionsIP addressGiven a string str, the task is to extract all the IP addresses from the given string. Let us see how to extract IP addresses fr...
read more
Technical Scripter 2022
Projects
How to Validate MICR Code using Regular Expression?
Last Updated: 23 July 2025
MICR stands for Magnetic Ink Character Recognition. This technology provides transaction security, ensuring the correctness of bank cheques. MICR code makes cheque process...
read more
regular-expression
Projects
Project Idea - Walk Partner
Last Updated: 13 March 2022
Walk Partner - kind of an application everybody needs these days in this global village. Technically, You have to register yourself on the app. It will track your location...
read more
Projects
Project Idea | Allay
Last Updated: 23 July 2025
Purpose/Objective: The main objective of this application is to unload the emotional baggage of the user and provide another perspective for brooding thoughts.Important Li...
read more
ProGeek 2021
Project-Ideas
Flutter
Projects
Genetic Algorithms for Graph Colouring | Project Idea
Last Updated: 23 July 2025
1. Project ideaIn this article, we present a technique that uses Genetic Algorithms to solve the Graph Coloring Problem, and aim to find the minimum number of colors requi...
read more
ProGeek 2021
Graph Coloring
Genetic Algorithms
Projects
Project Idea | FILEit - An online filing system
Last Updated: 13 August 2021
FILEit is an online filing system, where one can keep a record of its purchases and additional perks that come along with it. It is a web app designed to ease the user's a...
read more
ProGeek 2021
Project-Ideas
Projects
Project Idea | Electric Vehicle Charging Lane
Last Updated: 19 January 2022
The first practical electric cars were produced in the 1880s. In 1884, over 20 years before the Ford Model T, Thomas Parker built a practical production electric car in Wo...
read more
ProGeek 2021
Projects
Project Idea | Web app that facilitates easy discovery of crucial medicines in nearby pharmacy
Last Updated: 27 July 2021
Project Title : SehathIntroduction :Domain: HealthcarePurpose:Sehath is meant to be a web app that provides people with the help of finding crucial life-saving drugs such ...
read more
ProGeek 2021
Projects
Program to construct DFA for Regular Expression C( A + B)+
Last Updated: 23 July 2025
Given a string S, the task is to design a Deterministic Finite Automata (DFA) for accepting the language L = C (A + B)+. If the given string is accepted by DFA, then print...
read more
DFA
Projects
Radius of a circle having area equal to the sum of area of the circles having given radii
Last Updated: 23 July 2025
Given two integers r1 and r2, representing the radius of two circles, the task is to find the radius of the circle having area equal to the sum of the area of the two circ...
read more
Circles
Projects
How to create a new project in Django using Firebase Database?
Last Updated: 23 July 2025
Django is a Python-based web framework that allows you to quickly create efficient web applications. If you are new to Django then you can refer to Django Introduction and...
read more
Technical Scripter 2020
Projects
Solving Homogeneous Recurrence Equations Using Polynomial Reduction
Last Updated: 30 December 2022
A recurrence relation is an equation that recursively defines a sequence or multidimensional array of values, once one or more initial terms are given; each further term o...
read more
Algorithms-Analysis of Algorithms (Recurrences)
maths-power
Projects
Implement Undo and Redo features of a Text Editor
Last Updated: 23 July 2025
Given an array of strings Q[], consisting of queries of the following types:“WRITE X”: Write a character X into the document.“UNDO”: Erases the last change made to the doc...
read more
Amazon
Amazon-Question
interview-preparation
cpp-stack
Projects
Program for Employee Management System
Last Updated: 02 March 2023
A Employee’s Management System (EMS) is a software built to handle the primary housekeeping functions of a company. EMS help companies keep track of all the employees and ...
read more
Projects
1
2
3
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !