sohamm20 / Hacktoberfest_2022_MMCOE

The purpose of this repository is to help and motivate students to contribute in open source, Also encourage them to complete the hacktoberfest 2022
1 stars 22 forks source link

Added Linear Regression library in C / C++ and Database Management System in Python #64

Closed NotShrirang closed 2 years ago

NotShrirang commented 2 years ago

There are 2 files.

  1. LinearRegression.h - header file containing linear regression algorithm.
  2. runner_code.cpp - runner code demonstrating the working of above file.

Added Database Management folder and files