EdocGram
Home
(current)
Topics
EdocAI
Code Editor
HTML
Javascript
PHP
Python
Python AI Code Editor
More
Contact
About
Privacy Policy
Terms and Conditions
Log In
Topic: Language Problem / Level: advanced
Problem:
Write a program to perform a topological sort of a directed acyclic graph (DAG).
More Problems
Write a program to implement a basic LRU (Least Recently Used) cache mechanism.
Write a program to find the minimum edit distance between two strings using dynamic programming.
Write a program to implement the quickselect algorithm to find the k-th smallest element in an array.
Write a program to solve the "Eight Queens Problem" using backtracking.
Write a program to implement the bubble sort algorithm with an optimization.
Write a program to find the longest palindromic substring using a center expansion technique.
Write a program to implement a simple version of a command-line calculator.
Write a program to check if a number can be expressed as the sum of two prime numbers.
Python
Language
Editor
Run & Output
Save
AI Code Generate
AI Test Case
Run the code to see the output here...