The Wayback Machine - https://web.archive.org/web/20241002095331/https://github.com/krishnadey30
Skip to content
View krishnadey30's full-sized avatar

Organizations

@chapel-lang

Block or report krishnadey30

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. LeetCode-Questions-CompanyWise LeetCode-Questions-CompanyWise Public

    Contains Company Wise Questions sorted based on Frequency and all time

    10.3k 3.5k

  2. Curated List of Top 75 LeetCode Curated List of Top 75 LeetCode
    1
    
                  
    2
    ## Array
    3
    
                  
    4
    - [x] [Two Sum](https://leetcode.com/problems/two-sum/)
    5
    - [x] [Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)
  3. C++ OOPS Notes.md C++ OOPS Notes.md
    1
    # **C++ OOPS Concepts**
    2
    
                  
    3
    The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.
    4
    
                  
    5
    ###  **Characteristics of an Object Oriented Programming language**