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
Aug 26, 2016
2 min read
The Stock Span Problem Solution in Java
The Stock Span Problem The stock span problem is a financial problem where we have a series of n daily price quotes for a stock and we...
Abhinaw Tripathi
Jun 17, 2016
1 min read
LinkedHashSet Class and Stack Class Java
LinkedHashSet Class This is a subclass of HashSet class and does not contain any additional members on its own.It is a generic class that...
Abhinaw Tripathi
Jun 9, 2016
1 min read
A Stack Implemented by a Linked List in core-java
Stack implementation by a Linked List: /** * @author Abhinaw.Tripathi * */ class Link { public long dData; public Link next; public...
bottom of page