An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with algorithm-analysis

A curated list of projects in awesome lists tagged with algorithm-analysis .

https://github.com/hussien89aa/datastructureandalgorithms

Write code that run faster, use less memory and prepare for your Job Interview

algorithm algorithm-analysis analysis-algorithms complexity graph-algorithms job-interviews sort

Last synced: 15 May 2025

https://github.com/nationalsecurityagency/fractalrabbit

Simulate realistic trajectory data seen through sporadic reporting

algorithm-analysis probabilistic-models simulation-modeling

Last synced: 04 Apr 2025

https://github.com/courses-at-nju-by-hfwei/algorithm-ta-tutorial

Tutorials given as one of the TAs for the class "Algorithm Design and Analysis" at Nanjing University

algorithm algorithm-analysis algorithm-design algorithm-ta-tutorial nanjing-university problem-set tutorial

Last synced: 28 Feb 2025

https://github.com/dynesshely/prouter

A library to visualize algorithm by tracing your code.

algorithm algorithm-analysis algorithm-visualizer visualization

Last synced: 20 Mar 2025

https://github.com/malikmaky/sorting-analyzer

The Performance Analyzer of Sorting Algorithms is a Java-based tool designed to provide users with comprehensive insights into the efficiency and effectiveness of various sorting algorithms.

algorithm-analysis algorithms analysis-algorithms analyze-data analyzer analyzers java sorting sorting-algorithm sorting-algorithms sorting-algorithms-homework swing-gui

Last synced: 03 Mar 2025

https://github.com/guilhermebkel/data-structures-study

🏛️ A deep study about Data Structures with help of C++ language

algorithm-analysis algorithms-and-data-structures c data-structures

Last synced: 14 Mar 2025

https://github.com/philiparvidsson/quickhull-algorithm

Understanding the Quickhull Algorithm—assignment in the Algorithms VT15P4 (21AL1B) course.

algorithm algorithm-analysis big-o math opengl proof quickhull quickhull-algorithm

Last synced: 24 Mar 2025

https://github.com/sminerport/sortvisualizer

The Sort Visualizer is an interactive tool that demonstrates various sorting algorithms in real-time. It supports Bubble Sort, Quick Sort, and more, making algorithm learning visual and intuitive.

algorithm-analysis algorithm-visualisation algorithm-visualizer data-structures data-structures-and-algorithms educational-project educational-software interactive interactive-visualizations python sorting-algorithms visualization

Last synced: 03 Apr 2025

https://github.com/rdrahul123/my_code

Welcome to my code repository! This repository serves as a centralized location for all my code and documents related to data structures, algorithms, and problem-solving techniques.

algorithm-analysis algorithms-and-data-structures cpp cpp11 cpp17 datastructures

Last synced: 23 Feb 2025

https://github.com/linguini1/sortingalgs

An analysis of different sorting algorithms for my high school computer science course. Includes Excel charts and Big O notation.

algorithm algorithm-analysis algorithm-challenges algorithms analysis sort sorting sorting-algorithms

Last synced: 19 Feb 2025

https://github.com/jhdsr01/lung_cancer_prediction

This project predicts lung cancer risks using machine learning models like Random Forest, Logistic Regression, and SVM. It analyzes patient data with features such as age, smoking habits, and symptoms. Data preprocessing, visualization, and performance evaluation ensure accurate predictions for early diagnosis.

algorithm-analysis cancer-detection computational-pathology css gui-application knn logistic-regression lung-cancer medical-image-processing multiple-instance-learning navies-bayes-classifer softcomputing svm transfer-learning

Last synced: 27 Mar 2025

https://github.com/danilowskic/binary-search-algorithm

Program which implements binary search algorithm. Automatic by computer or manual by user.

algorithm-analysis algorithms binary-search java-8

Last synced: 22 Mar 2025

https://github.com/bilgehangecici/findshortestpath

Finding shortest path between given nodes with respect to their properties by using Breadth First Search algorithm.

algorithm-analysis algorithms breadth-first-search java shortest-paths

Last synced: 30 Mar 2025

https://github.com/neeraj1240/javacodeperformanceanalyzer

A Java desktop application for analyzing code performance metrics, including execution time, memory usage, space/time complexity, and visual graphs. Built with JavaFX, ideal for developers to optimize code performance.

algorithm-analysis benchmarking code-analysis complexity-analysis developer-tools java java-desktop-application javafx performance-analysis performance-metrics

Last synced: 14 Mar 2025

https://github.com/poonamkhatri/php-find-common-elements-function

This repository contains a PHP function named findCommonElements that takes two arrays as input and returns an array containing the common elements between them. The function without use of array_intersect to identify and extract the common elements efficiently.

algorithm algorithm-analysis algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented array array-manipulations array-methods arraylist arraylists arrays arrays-and-strings php php-array php-arrays php-library php7 php8

Last synced: 31 Mar 2025

https://github.com/carlpecardal/lung_cancer_prediction

This project predicts lung cancer risks using machine learning models like Random Forest, Logistic Regression, and SVM. It analyzes patient data with features such as age, smoking habits, and symptoms. Data preprocessing, visualization, and performance evaluation ensure accurate predictions for early diagnosis.

algorithm-analysis classification computational-pathology data-analysis decision-tree-classifier gradientboosting histopathology keras logistic-regression lung-cancer multiple-instance-learning svm tissue-microarray-analysis xgboost

Last synced: 31 Mar 2025

https://github.com/rynanda/job-collection-scheduler

Using linear data structures and algorithms and developing reusable abstract data types to store and schedule a collection of computing jobs.

abstract-data-types algorithm-analysis algorithms csharp linear-data-structures selection-sort

Last synced: 14 Mar 2025

https://github.com/lucianoscarpaci/technical-interview-prep-cp

Welcome to the CodePath Technical Interview Prep repository! This repository is a comprehensive collection of solved questions for technical interviews that involve Python programming.

algorithm-analysis codepath coding data-structures-and-algorithms interview-questions problem-solving python3 solutions technical-interview-questions

Last synced: 19 Feb 2025

https://github.com/mkwapisz2000/cpp-data-structures-comparison

The project aims to compare different data structures, including: Singly Linked List , Singly Linked List with Head and Tail, Doubly Linked List, Dynamic Array

algorithm-analysis cpp data-structures dynamic-array linked-list performance-testing

Last synced: 12 Jun 2025

https://github.com/davide64-dev/feup_cpd_matrixproduct

🔀 | Matrix multiplication algorithms in C++ and TypeScript, including a parallel version and comparative report

algorithm-analysis cpd execution-time feup matrix-multiplication parallel-computing

Last synced: 19 Feb 2025

https://github.com/mokira3d48/pindm

The Programmer in Debug Mode

algorithm-analysis programming-exercises training

Last synced: 12 Jun 2025

https://github.com/julienmrgrd/projet-d-algorithmique-m1-stl

Projet d’algorithmie (ALGAV - Master 1 STL, à l'UPMC) : Implémentation et études en Java de tries «Hybrides» et «Arbre de la Briandais» - Note : 19/20

algorithm-analysis briandais master tries university-project upmc

Last synced: 28 Feb 2025

https://github.com/codekissyoung/algorithm

algorithm practice repository

algorithm algorithm-analysis

Last synced: 01 Mar 2025

https://github.com/danielbatres/algorithmic-complexity-javascript

This project is aimed at learning about algorithmic complexity with JavaScript, to assess algorithms using Big O notation and considering both time complexity and space complexity.

algorithm-analysis algorithms big-o big-o-notation complexity javascript nodejs

Last synced: 12 Mar 2025

https://github.com/rohan-bhautoo/data-structures-and-algorithms

Data Structures is about how data can be stored in different structures. Algorithms is about how to solve different problems, often by searching through and manipulating data structures. Theory about Data Structures and Algorithms (DSA) helps us to use large amounts of data to solve problems efficiently.

algorithm-analysis algorithm-challenges algorithms csharp data-structures data-structures-and-algorithms

Last synced: 12 Mar 2025

https://github.com/mehedi-86/data_structure_and_algorithm

A comprehensive collection of Data Structures and Algorithms (DSA) in C++, covering key concepts for competitive programming, interviews, and academic learning with optimized implementations. 🚀

algorithm-analysis algorithm-design data-structures-and-algorithms dsa

Last synced: 17 Mar 2025

https://github.com/ysh329/common-scripts

Personal common (slightly complicate) scripts, such as testing algorithm performance, monitoring CPU performance and other basic common ones.

algorithm-analysis cpu-monitoring shell shell-scripts

Last synced: 03 Apr 2025