-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Workshop - Data structures and algorithms #day2 #3
Comments
Rules:
|
Pre-preparation:
|
LinkedList:Test 1: Reverse a singly linked list Examples: Input : Head of following linked list Input : Head of following linked list Input : NULL Input : 1->NULL |
HashtablesTest 3: Questions where you need to keep track of multiple occurences of same object |
Test 4: Questions where you want to have a 2 tuple as a key |
Divide and ConquerTest 5: Binary Search |
Test 6: Merge Sort |
Test 7: Maximum Subarray Sum You are given a one dimensional array that may contain both positive and negative integers, find the sum of contiguous subarray of numbers which has the largest sum. |
Informations:
Contents:
Details:
Exs:
Linked List:
Hashtables:
Divide and Conquer
Maximum slice problem
The text was updated successfully, but these errors were encountered: