Skip to content
View KartikeyAgarwal737's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report KartikeyAgarwal737

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
KartikeyAgarwal737/README.md

Hello, I'm Kartikey Agarwal

Electrical Engineering Sophomore, IIT Delhi

  • 🌱 Currently learning about Data Structures, Probability, Stochastic Processes and Machine Learning
  • 📫 Reach me at kartikayagarwal737@gmail.com

Currently working with

c cplusplus matlab python java chatgpt

kartikeyagarwal

kartikeyagarwal kartikeyagarwal

Popular repositories Loading

  1. KartikeyAgarwal737 KartikeyAgarwal737 Public

  2. Implementation_Of_Sets Implementation_Of_Sets Public

    Implemented some operations on sets.

    C++

  3. Postfix_Calculator Postfix_Calculator Public

    Implemented a postfix calculator using the Stack Data Structure. Stacks are implemented in three forms: Static arrays, Dynamic arrays and Doubly Linked Lists

    C++

  4. Hashing_And_Hash_Functions Hashing_And_Hash_Functions Public

    Implemented optimized hash functions for different probing techniques (linear, quadratic, cubic) as well as for chaining. The program can handle 100,000 Bank Account ID’s.

    C++