Skip to content
View kausvatsa's full-sized avatar
Block or Report

Block or report kausvatsa

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

Popular repositories Loading

  1. Post-Fix-Notation-Calculator Post-Fix-Notation-Calculator Public

    – Implemented a postfix notation calculator using stacks of fixed size and growable size. – In Growable Stack, growth was done along with doubly linked list implementation of stack as well as the i…

    C++

  2. Bank-Accounts-Database-Management-Hashing- Bank-Accounts-Database-Management-Hashing- Public

    – Implemented a hashmap for bank account info with hash functions and collision reduction methods. – Utilized chaining, double hashing, and various probing techniques for efficient data storage and…

    C++

  3. -Implemented-Unlimited-Integers-and-Rationals -Implemented-Unlimited-Integers-and-Rationals Public

    Implementation of Unlimited Integers and Rationals data types which can perform fundamental arithmetic operations on integers of possibly very large sizes bringing into use the knowledge of object …

    C++

  4. E-Expression-Evaluator-Using-Unlimited-Integers-and-Unlimited-Rationals- E-Expression-Evaluator-Using-Unlimited-Integers-and-Unlimited-Rationals- Public

    With the use of Unlimited Integers and Unlimited Rationals data types, created a new language which can evaluate multiple expressions given by user by tokenizing them, creating a parse tree for tok…

    C++

  5. Compiler-for-Simple-Language-of-Expressions Compiler-for-Simple-Language-of-Expressions Public

    Generated compiler commands for a simple language of expressions using which expressions can be evaluated on a Stack Machine.

    C++

  6. Search-Engine-based-on-the-Database-provided Search-Engine-based-on-the-Database-provided Public

    Given a corpus of databases, made an efficient search engine using Tries, AVL Trees along with other data structures and implemented Boyer-Moore's Algorithm for Pattern Searching

    C++