Tip 1 : I practiced regularly
Tip 2 : Revised my Coding Ninjas Course
Tip 3 : Created One Project (Helped me a lot during Design Interview )
Tip 1 : I have done some internship as a Software Developer.
Tip 2 : Have some good project on my resume.
Consider 0 based indexing.
Design Data structure like Queue in which you have to get the middle element in O(1), then update that value and do some modification and add back to the Queue in O(1) and the rearrangement happens.
Probability Questions, Some OOPS Question with the Advance concept in java, and Some SQL queries
It was purely Data Structures and Maths.
update(l, r, val) : Add (val + i) to arr[l + i] where, 0 <= i <= r - l.
rangeSum(l, r): return the sum of all elements in the array from index l to r, i.e., the sum of array arr[l...r].
Type 1: for update(l, r, val) operation.
Type 2: for rangeSum(l, r) operation.
Note: (1 based indexing) for the queries.
What is the probability of getting a sum of 22 or more when four dice are thrown?
Fifteen people sit around a circular table. What are odds against two particular people sitting together?
Discussion over-
Checked my Github profile and asked lots of questions on projects.
Microservices, Acid Compliance properties, Messaging Queues, Kubernetes, and Docker
Designing Pizza Delivery System
The strings are non-empty.
The strings only contain lowercase English letters.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?