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: Java-language-question / Level: Intermediate
260. Write a program to perform matrix multiplication.
261. Write a program to implement a simple event scheduler.
262. Write a program to calculate the distance between two nodes in a binary tree.
263. Write a program to count the number of distinct subsequences of a string.
264. Write a program to solve the knapsack problem using dynamic programming.
265. Write a program to implement the counting sort algorithm.
266. Write a program to find the longest increasing path in a matrix.
267. Write a program to implement a simple memory manager.
268. Write a program to find the number of ways to partition a set into two subsets.
269. Write a program to find the maximum length of a substring without repeating characters.
270. Write a program to implement a simple spell checker.
271. Write a program to calculate the number of ways to form a target word from a list of words.
272. Write a program to implement the merge sort algorithm.
273. Write a program to find the minimum number of steps to reach a target number.
274. Write a program to find the longest subsequence that is also a palindrome.
275. Write a program to calculate the number of unique binary search trees.
276. Write a program to implement a simple XML parser.
277. Write a program to find the maximum product of three numbers in an array.
278. Write a program to find all unique triplets in an array that sum to zero.
279. Write a program to implement a simple web crawler.
280. Write a program to find the longest arithmetic subsequence in an array.
281. Write a program to calculate the number of times a character appears in a string recursively.
282. Write a program to implement a simple traffic light simulation.
283. Write a program to check if a number can be expressed as the sum of two squares.
284. Write a program to find the smallest window in a string that contains all characters of another string.
285. Write a program to implement the radix sort algorithm.
286. Write a program to calculate the sum of all even-length substrings in a string.
287. Write a program to find the maximum difference between two elements in an array such that the larger element comes after the smaller one.
288. Write a program to implement a simple email client.
289. Write a program to find the longest path in a directed acyclic graph (DAG).
Previous
1
2
3
4
5
6
7
Next
More Levels
Beginner
Advanced
Most Visited
Write a program that checks if a number is a power of two.
Write a program to implement a basic version control system.
Write a program to count the number of distinct subsequences of a string.
Write a program to implement a simple online shopping cart.
Write a program to find the unique characters in a string, maintaining their order.
Write a program to implement the bubble sort algorithm.
Write a program to implement a simple chat bot.
Write a program to find all subsets of a set.
Write a program to find the longest substring without repeating characters.
Write a program to find the minimum number of operations required to convert one string to another.
Write a program to check if two strings are anagrams.
Write a program to implement a simple text-based adventure game.
Write a program to find the minimum path sum in a grid.
Write a program to implement a simple online payment system.
Write a program to check if a string is an isogram (no repeating letters).