Popular repositories Loading
-
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++
-
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++
-
-Implemented-Unlimited-Integers-and-Rationals
-Implemented-Unlimited-Integers-and-Rationals PublicImplementation 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++
-
E-Expression-Evaluator-Using-Unlimited-Integers-and-Unlimited-Rationals-
E-Expression-Evaluator-Using-Unlimited-Integers-and-Unlimited-Rationals- PublicWith 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++
-
Compiler-for-Simple-Language-of-Expressions
Compiler-for-Simple-Language-of-Expressions PublicGenerated compiler commands for a simple language of expressions using which expressions can be evaluated on a Stack Machine.
C++
-
Search-Engine-based-on-the-Database-provided
Search-Engine-based-on-the-Database-provided PublicGiven 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++
If the problem persists, check the GitHub status page or contact support.