Indian National Olympiad in Informatics (INOI)
Description: The Indian National Olympiad in Informatics (INOI) is a competitive programming contest held annually in India for school students. It is organized by the Indian Association for Research in Computing Science (IARCS). The contest is open to students of classes 8 to 12 who are citizens of India. The top performers in the INOI are selected to represent India at the International Olympiad in Informatics (IOI). | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: computer science programming olympiad |
What is the maximum number of edges in a tree with n vertices?
What is the time complexity of the bubble sort algorithm?
What is the data structure that is used to implement a stack?
What is the minimum number of colors needed to color a map so that no two adjacent regions have the same color?
What is the name of the algorithm that is used to find the shortest path between two vertices in a weighted graph?
What is the name of the data structure that is used to implement a priority queue?
What is the name of the algorithm that is used to find the maximum flow in a network?
What is the name of the algorithm that is used to find the minimum spanning tree of a weighted graph?
What is the name of the algorithm that is used to find the shortest path between two vertices in an unweighted graph?
What is the name of the algorithm that is used to find the strongly connected components of a directed graph?
What is the name of the algorithm that is used to find the maximum independent set of a graph?
What is the name of the algorithm that is used to find the minimum vertex cover of a graph?
What is the name of the algorithm that is used to find the Hamiltonian cycle in a graph?
What is the name of the algorithm that is used to find the shortest path between two vertices in a directed graph with negative weights?
What is the name of the algorithm that is used to find the maximum bipartite matching in a graph?