© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Snehasish Roy
SDE at PhonePe | Ex {Google, Amazon, Goldman Sachs, Morgan Stanley} | ACM ICPC | IIIT Allahabad
Problem Statement If you want to dynamically make decisions in your class based on certain actions, then what’s the best way to achieve this? public class OrderedList<T> { List<T> list; public OrderedList(List<T> list) { this.list = ...
No responses yet.