Pinned Repositories
Design_DBMS_for_Data_centers
This Project was aimed to design Database management system of Private data-center company and then implement it using PostgesSQL. This project involves creating Relational model of database , documenting it in the form of SRS document, normalizing it and finally implementing it using PostgreSQL.
Resource-Optimization
This Project was aimed to apply concepts of Optimization in some Real world problem. In this project we've considered a real-life situation of building a new airport and finding minimum number of new flights which needs to be introduced to the existing flight-network of the world such that any person boarding from newly built airport can reach to all existing airports.
SRI_Group9
Super_Market_Billing
This project was a Real life software application of Super market scenario which implements customer-specific and manager-specific functions using OOP concepts. I've built this in C++ with the help of various data structures and inventory management was implemented using hashing technique.
SatyamChhatrala's Repositories
SatyamChhatrala/Super_Market_Billing
This project was a Real life software application of Super market scenario which implements customer-specific and manager-specific functions using OOP concepts. I've built this in C++ with the help of various data structures and inventory management was implemented using hashing technique.
SatyamChhatrala/Design_DBMS_for_Data_centers
This Project was aimed to design Database management system of Private data-center company and then implement it using PostgesSQL. This project involves creating Relational model of database , documenting it in the form of SRS document, normalizing it and finally implementing it using PostgreSQL.
SatyamChhatrala/Resource-Optimization
This Project was aimed to apply concepts of Optimization in some Real world problem. In this project we've considered a real-life situation of building a new airport and finding minimum number of new flights which needs to be introduced to the existing flight-network of the world such that any person boarding from newly built airport can reach to all existing airports.
SatyamChhatrala/SRI_Group9