Skip to content
View krishnadey30's full-sized avatar

Organizations

@chapel-lang
Block or Report

Block or report krishnadey30

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

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

    Contains Company Wise Questions sorted based on Frequency and all time

    5.2k 2.4k

  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**