top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
Re-search and Paper
My Profile
About Me
Contact
Blog
More
Use tab to navigate through the menu items.
Abhinav's Blog
Ex-Samsung, IndiGo, Google Interviewed
Android, Kotlin, Ktor, Python, Core-Java, Data-Structures, Algorithms, Design-Patterns, Interview Questions
All Posts
Python
spring boot
Search
Log in / Sign up
Abhinaw Tripathi
Jun 15, 2016
1 min read
Thread Deadlocks
Deadlock of Threads: When a thread has locked an object and waiting for another object to be released by another thread,and the other...
Abhinaw Tripathi
May 25, 2016
1 min read
Very Common Problem on Matrix,if an element in an MXN matrix is 0,its entire row and column are set
Solution: public void setZero(int[][] matrix) { boolean[] row= new boolean[matrix.length]; boolean[] row= new...
Abhinaw Tripathi
May 25, 2016
1 min read
Write a method to rotate the image by 90 degree.(In place operation is required).
Let say you have an image represented by an NXN matrix where each pixel in the image is 4 byte.So rotate this image in place by 90...
bottom of page