Coder Social home page Coder Social logo

areeba0's Projects

cpp_matrix_manipulation_library icon cpp_matrix_manipulation_library

The Matrix Library in C++ is a versatile, user-friendly class for efficient matrix manipulation. It supports dynamic creation and specialized constructors for 2x2, 3x3, and 4x4 matrices. The library includes essential operations like sum, average, row/column totals, and transposition. It ensures stable, dynamic memory management for various matrix

cryptarithm-puzzle-solver-using-dfs-and-a-star-algorithm icon cryptarithm-puzzle-solver-using-dfs-and-a-star-algorithm

This code provides a solution for cryptarithmetic puzzles using two different approaches: DFS and A Star Search Algorithm. Cryptarithm puzzles are mathematical puzzles where the digits are replaced by letters of the alphabet, and each letter represents a unique digit.

diabetes-prediction-with-knn-using-scikit-learn icon diabetes-prediction-with-knn-using-scikit-learn

This repository implements a K-Nearest Neighbors (KNN) classifier using Scikit-Learn to predict the onset of diabetes. The model utilizes the Pima Indians Diabetes Database to predict the likelihood of diabetes. The code includes data preprocessing, model training, evaluation, and visualization of results.

dictionary-web-application-html-css-js-with-api icon dictionary-web-application-html-css-js-with-api

The Dictionary Web Application is a tool for quickly finding word meanings, phonetics, and pronunciation audio. Using HTML, CSS, and JavaScript, it leverages the Dictionary API for real-time definitions and examples. Its clean, responsive design ensures a seamless experience on any device.

emergency-travel-plan-using-adjacency-lists-and-bfs-dfs-algorithms icon emergency-travel-plan-using-adjacency-lists-and-bfs-dfs-algorithms

This C++ project implements an Emergency Travel Planning System using graph theory's adjacency lists, employing BFS and DFS for efficient city navigation. It optimizes routes based on user preferences for minimizing travel time or cost, with dynamic memory management for city and route data.

fraction-class-implementation-with-overloaded-operators-in-cpp icon fraction-class-implementation-with-overloaded-operators-in-cpp

The Fraction class in C++ uses fractions with robust arithmetic operations and comparison capabilities. It includes constructors for flexible initialization, overloads operators for intuitive usage (including arithmetic, comparison, and unary operations), and provides utility functions like normalization and error handling for zero denominators.

frontend-development-practice icon frontend-development-practice

a stylish landing page with a glass morphism design and pink-themed gradient background. The layout includes a navigation bar, a text content area, and a call-to-action button to play a video. The page is responsive, adapting its layout for different screen sizes.

graphe_layout_using_d3.js icon graphe_layout_using_d3.js

GRAPHI is a web-based tool for visualizing graphs using custom D3.js layouts. It allows users to upload adjacency matrices, analyze graph types, and select from layout options like Grid, Chord, Sugiyama, and Tree structures.

image-classification-using-gaussian-naive-bayes-svm-and-knn icon image-classification-using-gaussian-naive-bayes-svm-and-knn

the code uses KNN, Gaussian Naive Bayes & SVM to classify images. It preprocesses, normalizes data, applies PCA , computes accuracy, precision etc. It evaluates k-NN using Euclidean distance & cosine similarity, visualizing results with line plots, 3D scatter plots, & confusion matrices to demonstrate classifier performance.

knn_in_c- icon knn_in_c-

K-Nearest Neighbors (KNN) is a supervised learning algorithm commonly used for classification and regression tasks. In this implementation, the algorithm is adapted to cluster a set of data points into predefined groups by iteratively refining group averages until convergence.

linked-list-implementation-for-social-feeds-using-cpp icon linked-list-implementation-for-social-feeds-using-cpp

This repository contains a C++ implementation of a dynamic social media feed manager using a linked list structure. It allows users to add, search, edit, delete, and display posts in both chronological and reverse chronological order.

polynomial-class-in-cpp-with-operator-overloading-for-arithmetic-operations icon polynomial-class-in-cpp-with-operator-overloading-for-arithmetic-operations

This C++ code is an implementation of a Polynomial class that supports arithmetic operations (+ and -) and comparison (==) using operator overloading. The Polynomial class allows users to create polynomials of varying degrees, and input coefficients, perform basic arithmetic operations, and compare polynomials for equality.

social-media-profile-management-system-using-cpp icon social-media-profile-management-system-using-cpp

this repository contains a C++ implementation of a comprehensive system for managing social media profiles. It includes functionalities for creating profiles, updating information such as username, password, email, and profile picture, validating data inputs, and calculating user activity statistics.

text_to_speak_converter icon text_to_speak_converter

This project provides a simple web-based text-to-speech converter using JavaScript's 'SpeechSynthesis' API. It allows users to enter text , select a voice from available options, and listen to the text being spoken aloud.

vehicle-rental-management-using-cpp-object-oriented-programming icon vehicle-rental-management-using-cpp-object-oriented-programming

this C++ code implements a Rental Reservation System using object-oriented programming principles. It manages reservations for vehicles, storing details such as reservation ID, customer name, car make and model, pickup, and return dates, and calculates the rental duration, rate, and total cost dynamically.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.