Skip to content
#

custom-implementation

Here are 21 public repositories matching this topic...

Arbitrary-precision integer library implemented in modern C++, featuring string-based number representation and efficient algorithms for addition, subtraction, multiplication, division, and comparisons—designed for overflow-safe and portable high-precision computations.

  • Updated Jan 27, 2026
  • C++

Implemented Polynomial Regression from scratch and compared it against Scikit-Learn’s implementation using a real estate price dataset. The project demonstrates data preprocessing, exploratory analysis, model training, and evaluation with metrics like MSE and R². It provides insights into the impact of polynomial features on regression performance.

  • Updated Mar 8, 2025
  • Jupyter Notebook

A .NET repository demonstrating the use of guard clauses for input validation and defensive programming. Includes implementations using both built-in .NET features and custom guard clauses, with practical examples for Order and Customer objects in a console application.

  • Updated Oct 18, 2025
  • C#

Improve this page

Add a description, image, and links to the custom-implementation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the custom-implementation topic, visit your repo's landing page and select "manage topics."

Learn more