AniketTheProgrammer
Home
(current)
Courses
Projects
YT Projects
Coding Questions
Notification
Contact Us
Log In
All Topics
C Language
C++ Language
Greedy Algorithm
Hashing
Java Language
Linked List
Python
Queue
Stack
String
Sorting
Searching
Recursion
Backtracking
Dynamic Programming
Graph Theory
Bit Manipulation
Mathematics
Sliding Window Technique
Divide And Conquer
Matrix Manipulation
Two Pointers
Binary Tree
Topic: C-question / Level: Beginner
181. Write a program to implement a simple voting system.
182. Write a program to find all anagrams of a string.
183. Write a program to count the number of islands in a 2D grid.
184. Write a program to implement the Sieve of Eratosthenes.
185. Write a program to find the longest substring without repeating characters.
186. Write a program to calculate the binomial coefficient.
187. Write a program to find the longest common subsequence.
188. Write a program to implement depth-first search in a graph.
189. Write a program to implement breadth-first search in a graph.
190. Write a program to find the shortest path in a weighted graph using Dijkstra's algorithm.
191. Write a program to find the minimum spanning tree using Prim's algorithm.
192. Write a program to find the maximum flow in a network using the Ford-Fulkerson method.
193. Write a program to implement a simple text-based chat application.
194. Write a program to implement a basic password manager.
195. Write a program to calculate the average of a dataset.
196. Write a program to find the median of a dataset.
197. Write a program to sort an array using merge sort.
198. Write a program to find the longest palindrome in a dataset.
199. Write a program to find the maximum product of two integers in an array.
200. Write a program to implement a simple online shopping cart.
Previous
1
2
3
4
5
6
7
Next
More Levels
Intermediate
Advanced
Most Visited
Write a program to find the sum of the digits of a given integer.
Write a program to find the GCD (greatest common divisor) of two integers.
Write a program to find the number of words in a string.
Write a program to calculate the power of a number using loops.
Write a program that checks whether a given integer is even or odd.
Write a program to find the longest palindromic subsequence in a string.
Write a program to implement a simple e-commerce website backend.
Write a program to check if a given string is a palindrome.
Write a program to find the longest palindromic substring using dynamic programming.
Write a program to find the maximum sum of a subarray with a given size.
Write a program to implement a simple web server.
Write a program to implement a simple interest calculator.
Write a program to implement a simple file manager.
Write a program to implement a priority queue using a binary heap.
Write a program to implement a simple web server.