About 1,980,000 results
Open links in new tab
  1. JAVA QUESTIONS 50 - LeetCode

    Copyright © 2025 LeetCode Help Center Jobs Bug Bounty Assessment Students Terms Privacy Policy United States

  2. LeetCode - The World's Leading Online Programming Learning Platform

    Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

  3. Java coding interview questions - Discuss - LeetCode

    Aug 21, 2020 · Hello guys, I am a Java Developer with two years of experience (2 YOE) at TCS. I have been looking to switch companies since June 2025 but have been unable to do so.

  4. Problem List - LeetCode

    Copyright © 2025 LeetCode Help Center Jobs Bug Bounty Assessment Students Terms Privacy Policy United States

  5. Explore - LeetCode

    LeetCode Explore is the best place for everyone to start practicing and learning on LeetCode. No matter if you are a beginner or a master, there are always new topics waiting for you to explore.

  6. Top = OOPs Interview Questions in Java with Answers - LeetCode

    Jun 19, 2023 · Ans: Object-oriented programming (OOP) in Java is a programming methodology or paradigm (model) to design a computer program using classes and objects. It is the most popular …

  7. LRU Cache - LeetCode

    Design a data structure that follows the constraints of a Least Recently Used (LRU) cache. Implement the LRUCache class: LRUCache(int capacity) Initialize the LRU cache with positive size capacity. int …

  8. Start your Coding Practice - Help Center

    LeetCode is working on providing the best online coding experience for you. In the code editor, we start you off with default code templates based on the question and your choice of language.

  9. Design HashMap - LeetCode

    Can you solve this real interview question? Design HashMap - Design a HashMap without using any built-in hash table libraries. Implement the MyHashMap class: * MyHashMap() initializes the object …

  10. Basic Calculator - LeetCode

    Can you solve this real interview question? Basic Calculator - Given a string s representing a valid expression, implement a basic calculator to evaluate it, and return the result of the evaluation. Note: …