DS Assignment
DS Assignment
CO CO2
Link of https://www.hackerrank.com/challenges/down-to-zero-ii/problem?
Problem isFullScreen=true
Statement
https://www.hackerrank.com/challenges/castle-on-the-grid/problem?
isFullScreen=true
DEPARTMENT OF FIRST YEAR ENGINEERING
ACADEMIC YEAR 2024-25
Assignment #5
Problem Find merge points of two lists
Statement #1
You are given a pointer to the root of an AVL tree. You need to insert a value
into this tree and perform the necessary rotations to ensure that it remains
balanced.
Problem Is this binary search tree
Statement #2 For the purposes of this challenge, we define a binary tree to be a binary
search tree with the following ordering requirements:
The data value of every node in a node's left subtree is less than the
data value of that node.
The data value of every node in a node's right subtree is greater
than the data value of that node.
Given the root node of a binary tree, can you determine if it's also a binary
search tree?
CO CO4
Link of https://www.hackerrank.com/challenges/self-balancing-tree/problem?
Problem isFullScreen=true
Statement
https://www.hackerrank.com/challenges/is-binary-search-tree/problem?
isFullScreen=true
DEPARTMENT OF FIRST YEAR ENGINEERING
ACADEMIC YEAR 2024-25
Assignment #8
Problem Jenny’s Subtree
Statement #1
Problem Contacts
Statement #2 We're going to make our own Contacts application! The application must
perform two types of operations: add name, where name is a string denoting
a contact name. This must store name as a new contact in the application.
find partial, where partial is a string denoting a partial name to search the
application for. It must count the number of contacts starting with partial and
print the count on a new line.
Given n sequential add and find operations, perform each operation in order.
CO CO5
Link of https://www.hackerrank.com/challenges/palindromic-subsets/problem?
Problem isFullScreen=true
Statement
https://www.hackerrank.com/challenges/contacts/problem?isFullScreen=true
Assignment #10
Problem Kindergarten Adventures
Statement #1
DEPARTMENT OF FIRST YEAR ENGINEERING
ACADEMIC YEAR 2024-25
CO CO5
Link of https://www.hackerrank.com/challenges/kindergarten-adventures/problem?
DEPARTMENT OF FIRST YEAR ENGINEERING
ACADEMIC YEAR 2024-25
Problem isFullScreen=true
Statement
https://www.hackerrank.com/challenges/components-in-graph/problem?
isFullScreen=true
DEPARTMENT OF FIRST YEAR ENGINEERING
ACADEMIC YEAR 2024-25
Assignment #11
Problem Mr. X and his shots
Statement #1
CO CO6
Links of https://www.hackerrank.com/challenges/x-and-his-shots/problem?
Problem isFullScreen=true
Statement
https://www.hackerrank.com/challenges/find-maximum-index-product/
DEPARTMENT OF FIRST YEAR ENGINEERING
ACADEMIC YEAR 2024-25
problem?isFullScreen=true