Discuss Subarray with zero sum and given sum?
|
|
0
|
109
|
11 October 2022
|
Discuss Open Addressing, Double Hashing and Implementation of Open Addressing?
|
|
0
|
114
|
11 October 2022
|
What is Chaining?
|
|
0
|
93
|
11 October 2022
|
Discuss Hashing in detail and some applications?
|
|
0
|
111
|
11 October 2022
|
Discuss Binary Trees in detail?
|
|
0
|
104
|
11 October 2022
|
Discuss Trees and write some applications of Trees?
|
|
0
|
100
|
11 October 2022
|
How to implement a Queue using a Linked List?
|
|
0
|
116
|
11 October 2022
|
How to implement an Queue using an Array?
|
|
0
|
116
|
11 October 2022
|
Write some applications of Queue?
|
|
0
|
95
|
11 October 2022
|
What are some operations performed by Queue data structure?
|
|
0
|
100
|
11 October 2022
|
List some applications of Stack?
|
|
0
|
108
|
11 October 2022
|
How do you implement a stack using an Linked List?
|
|
0
|
111
|
11 October 2022
|
How do you implement a stack using an array?
|
|
0
|
106
|
11 October 2022
|
Discuss Circular doubly linked lists?
|
|
0
|
121
|
11 October 2022
|
Write a function that deletes duplicates nodes from a list?
|
|
0
|
124
|
11 October 2022
|
How to perform Traversal, Insertion and Deletion on Singly Linked Lists?
|
|
0
|
109
|
11 October 2022
|
Write Pseudo code to perform sorted insertion in a Linked List?
|
|
0
|
122
|
11 October 2022
|
Demonstrate Linked List Implementation of Stack in C++?
|
|
0
|
102
|
9 October 2022
|
How to check if two strings are anagram or not?
|
|
0
|
111
|
9 October 2022
|
Check whether if a string is a rotation of another string?
|
|
0
|
108
|
9 October 2022
|
Demonstrate an example for KMP Algorithm?
|
|
0
|
206
|
9 October 2022
|
Demonstrate an example for Rabin Karp algorithm?
|
|
0
|
145
|
9 October 2022
|
Write pseudo code for pattern searching or finding a substring from another bigger string?
|
|
0
|
104
|
9 October 2022
|
How to check whether a given string is a palindrome or not?
|
|
0
|
111
|
9 October 2022
|
How to move zeroes to end in an Array?
|
|
0
|
134
|
9 October 2022
|
How to remove duplicates from an sorted Array?
|
|
0
|
120
|
9 October 2022
|
How to Reverse an Array?
|
|
0
|
118
|
9 October 2022
|
How to find the Second largest element in an Array?
|
|
0
|
97
|
9 October 2022
|
How to check if an Array is sorted?
|
|
0
|
73
|
9 October 2022
|
What are the various operations you can perform on an Array?
|
|
0
|
88
|
9 October 2022
|