Author name: Admin

Job Sequencing Problem

gfg-potd

Given a set of n jobs where each jobi has a deadline and profit associated with it. Each job takes 1 unit of time to complete

Rotate a Linked List

gfg-potd

Given the head of a singly linked list, the task is to rotate the linked list clockwise by k nodes, i.e., left-shift the linked list by k nodes, where k is a

Sum Tree

gfg-potd

Given a Binary Tree. Check for the Sum Tree for every node except the leaf node. Return true if it is a

Scroll to Top