complexity-analysis
There are 253 repositories under complexity-analysis topic.
PyCQA/flake8
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
projectmesa/mesa
Mesa is an open-source Python library for agent-based modeling, ideal for simulating complex systems and exploring emergent behaviors.
wundergraph/graphql-go-tools
GraphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more.
PyCQA/mccabe
McCabe complexity checker for Python
oslabs-beta/GraphQL-Gate
A GraphQL rate limiting library with query complexity analysisfor Node.js
brianchiang-tw/leetcode
A set of practice note, solution, complexity analysis and test bench to leetcode problem set
telmomenezes/synthetic
Symbolic Generators for Complex Networks
brianchiang-tw/Accelerated_Computer_Science_Fundamentals_Specialization
A set of practice and demo code of Accelerated Computer Science Fundamentals Specialization on Coursera
facorread/rust-agent-based-models
Reliable and efficient agent-based models in Rust
msuzen/bristol
Parallel random matrix tools and complexity for deep learning
projectmesa/mesa-frames
Extension of mesa for performance and scalability
gosukiwi/churnalizer
Analyze your Ruby app for Churn vs Complexity
marcelo-earth/complejidad-algoritmica-js
🧬 Proyecto del curso de Complejidad Algorítmica con JavaScript 💛
Bodigrim/tasty-bench-fit
Benchmark a given function for variable input sizes and find out its time complexity
codiga/jetbrains-plugin
Jetbrains plugin for Codiga. Coding Assistant and Code Analysis in all JetBrains products. Codiga supports more than 10+ languages, try it for free on https://www.codiga.io
petermchale/math105A
Numerical analysis course in Python
MrVPlusOne/Singularity
Pattern Fuzzing for Worst-Case Algorithmic Complexity using Program Synthesis
oslabs-beta/GleiphQL
GleiphQL is an GraphQL library which enhances performance and security by calculating query complexity, optimizing resource allocation, and monitoring your API traffic.
DanielBrito/competitive-programming
🏁 My solutions and resources on problem-solving.
edwardmartins/sorting-algorithms
A collection of sorting algorithms implemented in C++
Ranmal-Dewage/Algorithm-Complexity-Calculator
Code Complexity measuring tool, which measure the Complexity due to Size, Type and the Nesting Level of Control Structures, Inheritance, Recursion.
DISSINET/InkVisitor
An open-source, browser-based front-end application for the collection of complex structured data from textual resources in history and the social sciences into a RethinkDB database for further analysis.
AbdallahHemdan/Problem-Solving-For-FE-Engineers
📝 Slides and materials of my talk about Problem-Solving for Frontend Engineers
lntk/uot
The implementation for the paper "On Unbalanced Optimal Transport: An Analysis of Sinkhorn Algorithm".
shoaibrayeen/Course-Work
The repository contains All the related books, PPTs and Codes related to the Course.
arnaudsm/bigot
Benchmarking library with Space and Time Complexity estimation
eagomez2/moduleprofiler
Free open-source package to profile PyTorch models.
isstac/spf-wca
Tool for algorithmic complexity analysis based on symbolic execution
joaopauloaramuni/fundamentos-de-projeto-e-analise-de-algoritmos
Repo Fundamentos de Projeto e Análise de Algoritmos
KartikeyMish/RepoSavant
Powered by Python, GPT, and LangChain, it delves into GitHub profiles 🧐, rates repos using diverse metrics 📊, and unveils code intricacies. Perfect for developers, recruiters, and managers to explore the nuances of their codebase! 💻🌟
ShrohanMohapatra/matrix_multiply_quadratic
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
OpenWeavers/openanalysis
An implementation-neutral algorithm analysis and visualization library
francistinao/ts-performance-analyzer
🛠️ package designed to help developers understand and optimize the performance of their TypeScript projects.
jsheaven/perf
Estimates the average runtime and time-complexity (big O notation) of (a)sync algorithms
karakanb/sorting-benchmark
A basic benchmarking for insertion sort, merge sort and quicksort in C++.