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

Projects in Awesome Lists tagged with complexity

A curated list of projects in awesome lists tagged with complexity .

https://github.com/boyter/scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go

cli cloc code complexity golang linux macos scc sloc sloccount statistics tokei windows

Last synced: 12 May 2025

https://github.com/teivah/algodeck

An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯

algorithm algorithms array bit-manipulation complexity data-structures dynamic-programming graph greedy-algorithms hashtable heap interview-practice java linked-list math queue recursion sorting-algorithms stack tree

Last synced: 05 Oct 2025

https://github.com/nunomaduro/phpinsights

🔰 Instant PHP quality checks from your console

analytics architecture cli code complexity console cs hacktoberfest php quality static style tool

Last synced: 12 May 2025

https://github.com/bmitch/churn-php

Discover files in need of refactoring.

clean-code complexity continuous-integration identify-files php refactor

Last synced: 14 May 2025

https://github.com/tonybaloney/wily

A Python application for tracking, reporting on timing and complexity in Python code

complexity hacktoberfest hacktoberfest-accepted python quality

Last synced: 10 Apr 2025

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/julianrubisch/attractor

code complexity metrics visualization and exploration tool for ruby and javascript

churn code-quality complexity es6 javascript ruby

Last synced: 16 May 2025

https://github.com/neuropsychology/neurokit.py

A Python Toolbox for Statistics and Neurophysiological Signal Processing (EEG, EDA, ECG, EMG...).

biosignals bvp complexity ecg eda eeg emg entropy fractal-dimension heart-rate hrv microstates neurophysiology neuropsychology neuroscience physiology ppg psychology python rsa

Last synced: 09 Sep 2025

https://github.com/uudashr/gocognit

Calculates cognitive complexities of functions (and methods) in Go source code. (Golang cognitive complexity)

cognitive complexity go golang linter metrics tool

Last synced: 14 May 2025

https://github.com/simonrenoult/code-complexity

Measure the churn/complexity ratio. Higher values mean hotspots where refactorings should happen.

churn complexity quality sloc

Last synced: 12 Apr 2025

https://github.com/TheLartians/PEGParser

💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.

ambiguous-grammars c-plus-plus calculator calculator-visitor complexity cpp dsl filter grammar grammars left-recursion memoization packrat packrat-parser parse parser parser-generator parsercombinator peg

Last synced: 08 Apr 2025

https://github.com/thelartians/pegparser

💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.

ambiguous-grammars c-plus-plus calculator calculator-visitor complexity cpp dsl filter grammar grammars left-recursion memoization packrat packrat-parser parse parser parser-generator parsercombinator peg

Last synced: 17 Mar 2025

https://github.com/thoughtbot/complexity

A command line tool to identify complex code

cli code-analysis complexity rust

Last synced: 04 Apr 2025

https://github.com/stanislaw/handbook_for_software_work

A handbook of notes and lessons learned about software.

complexity heuristics software-design

Last synced: 09 Sep 2025

https://github.com/stanislaw/notes_on_software_work

Notes from my work as a software engineer.

complexity heuristics software-design

Last synced: 31 Aug 2025

https://github.com/stanislaw/notes_on_software_systems_engineering

Notes on software systems engineering.

complexity heuristics software-design

Last synced: 05 Apr 2025

https://github.com/l1997i/LiM3D

🔥(CVPR 2023) Less is More: Reducing Task and Model Complexity for 3D Point Cloud Semantic Segmentation

complexity computer-vision cvpr cvpr2023 deep-learning lidar point-cloud semantic-segmentation

Last synced: 20 Mar 2025

https://github.com/juliadynamics/complexitymeasures.jl

Estimators for probabilities, entropies, and other complexity measures derived from data in the context of nonlinear dynamics and complex systems

complex-systems complexity entropy frequency hacktoberfest julia nonlinear nonlinear-dynamics nonlinear-timeseries-analysis ordinal-patterns permutation-entropy probability state-space

Last synced: 05 Oct 2025

https://github.com/Melevir/flake8-cognitive-complexity

An extension for flake8 that validates cognitive functions complexity

code-complexity code-style complexity flake8 flake8-plugin styleguide

Last synced: 08 May 2025

https://github.com/projectwallace/color-sorter

Sort CSS colors by hue, then by saturation

analytics color-sorting colors complexity css projectwallace stats wallace

Last synced: 10 Apr 2025

https://github.com/melevir/flake8-cognitive-complexity

An extension for flake8 that validates cognitive functions complexity

code-complexity code-style complexity flake8 flake8-plugin styleguide

Last synced: 17 Mar 2025

https://github.com/emacs-vs/codemetrics

Plugin shows complexity information

cognitive complexity elisp emacs

Last synced: 09 Apr 2025

https://github.com/sarnold/cccc

Source code counter and metrics tool for C++, C, and Java

complexity complexity-metrics metrics posix reports visual-studio

Last synced: 21 Oct 2025

https://github.com/harrisongrodin/agda-calf

A cost-aware logical framework, embedded in Agda.

agda complexity cost logical-framework modal-type-theory

Last synced: 07 Jan 2026

https://github.com/migamake/homplexity

Haskell code complexity and quality measurement

code-quality complexity hackage hacktoberfest2019 haskell quality

Last synced: 13 Aug 2025

https://github.com/jonsterling/agda-calf

A cost-aware logical framework, embedded in Agda.

agda complexity cost logical-framework modal-type-theory

Last synced: 30 Mar 2025

https://github.com/ad-si/textalyzer

Analyze key metrics like number of words, readability, complexity, code duplication, … of any kind of text

analysis cli code-duplication complexity readability text

Last synced: 05 Apr 2025

https://github.com/electronvector/ravioli

For calculating metrics on C source code.

c complexity embedded metrics

Last synced: 10 Apr 2025

https://github.com/best-doctor/flake8-annotations-complexity

flake8 plugin to validate annotations complexity

complexity flake8 flake8-plugin

Last synced: 04 Apr 2025

https://github.com/ytetsuro/sabik

Visualize source code complexity with Sabik. This tool is to find the bad smell code. I think your helpful refactoring.

analytics cli-tool cognitive-complexity complexity difficulty hack hacktoberfest halstead-complexity-measures halstead-metrics javascript maintainability metrics php report typescript visualizer

Last synced: 30 Jul 2025

https://github.com/nakabonne/nestif

Detect deeply nested if statements in Go source code

complexity go golang golang-tools linter static-analysis

Last synced: 07 Apr 2025

https://github.com/openwall/passwdqc

Password/passphrase strength checking and policy enforcement

complexity enforcement libpasswdqc pam passphrase passwdqc password policy pwqcheck pwqfilter pwqgen strength

Last synced: 05 Jul 2025

https://github.com/eslintcc/eslintcc

Complexity of Code - JavaScript/TypeScript

complexity eslint javascript linter static-code-analysis typescript

Last synced: 09 Apr 2025

https://github.com/sztal/pybdm

Python implementation of block decomposition method for approximating algorithmic complexity

algorithmic-complexity algorithmic-information-dynamics algorithmic-information-theory complexity data-science kolmogorov-complexity

Last synced: 14 Jan 2026

https://github.com/langston-barrett/coq-big-o

A general yet easy-to-use formalization of Big O, Big Theta, and more based on seminormed vector spaces.

big-o complexity coq mathematics

Last synced: 30 Apr 2025

https://github.com/bright-tools/ccsm

C Code Source Metrics - tool to gather simple metrics from C code

clang complexity metrics source-metrics

Last synced: 18 Jan 2026

https://github.com/1farz1/leetcode

A Repo That Contains Solutions To Leet Code Problem I Solved

coding complexity java problem-solving python solutions

Last synced: 30 Oct 2025

https://github.com/Alfex4936/python-bigO-calculator

Python sorting functions time complexity calculator

algorithm calculator complexity python sorting-functions

Last synced: 01 Aug 2025

https://github.com/alfex4936/python-bigo-calculator

Python sorting functions time complexity calculator

algorithm calculator complexity python sorting-functions

Last synced: 21 Jul 2025

https://github.com/xing/jungle

Complexity metrics for Cocoapods and SwiftPM

cocoapods complexity dependency spm swift swiftpm

Last synced: 23 Aug 2025

https://github.com/storopoli/graphs-complexity

Graph Theory and Computational Complexity

algorithms c complexity typst zig

Last synced: 07 Feb 2026

https://github.com/voight-dev/voight

Track and review AI-generated code in VS Code.

ai code-review complexity typescript vscode vscode-extension

Last synced: 13 Jan 2026

https://github.com/carloszoft/data_structures

Destinado para compartilhar alguns conhecimentos, enquanto estou aprendendo. Estrutura de dados/complexidade.

c cd-moj codeforces complexity eda1 estrutura-de-dados fundamentals javascript ponteiros python3

Last synced: 13 Jun 2025

https://github.com/pilotpirxie/cyclomatic-complexity

🐌 Detect cyclomatic complexity of your JavaScript and TypeScript code

cc complexity cyclomatic cyclomatic-complexity esprima javascript jsx tsx typescript

Last synced: 03 May 2025

https://github.com/rossmacarthur/complexity

Calculate cognitive complexity of Rust code

cognitive-complexity complexity lint syntax

Last synced: 13 Apr 2025

https://github.com/perl-ide/app-perlimports

Make implicit Perl imports explicit

complexity hacktoberfest maintenance perl perl-modules ppi

Last synced: 24 Apr 2025

https://github.com/ahmadjajja/_dsa_

This repository contains Java code that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA through LeetCode

arrays backtracking binary-search complexity git github java linear-search linked-list linked-lists math merge-sort object-oriented-programming patterns quick-sort recursion sorting stacks-n-queues strings

Last synced: 28 Sep 2025

https://github.com/kaihendry/graphsloc

Tools to plot the lines of code in a git repository

complexity gnuplot sloc sloccount statistics

Last synced: 19 Apr 2025

https://github.com/ScrumGuides/ScrumGuide-ExpansionPack

The Scrum Guide Expansion Pack clarifies Scrum’s core principles, helping teams navigate rapid change, AI integration, and product-focused outcomes.

complexity empiricism product-management scrum

Last synced: 18 Jun 2025

https://github.com/muonray/quantumnetworksimulations

A series of simulation codes used to emulate quantum-like networks in the simulation of emergent adaptive behavior, such as network synchronization, and relate the nature of the coupled harmonic oscillators with non-local behavior and chimera states in systems of quantum particles. Coding Used is based on mathematical modelling of transport in quantum many-body systems and networks made tractable using the quantum newtons cradle. A full showcase of this project is discussed in the following videos:https://www.youtube.com/watch?time_continue=115&v=WX3Ds_xCOaE

chaos chimera-states complexity emergence firefly-algorithm kuramoto-model networks networks-biology neuromorphic oscillators physics quantum quantum-algorithms quantum-chaos quantum-computing quantum-newtons-cradle simulation synchronization

Last synced: 30 Jun 2025

https://github.com/jacopopan/leetcode-top100-liked-questions

Python3 Solutions to LeetCode's "Top 100 Liked Questions"

algorithms coding-challenges complexity data-structures python

Last synced: 21 Nov 2025

https://github.com/martibosch/swiss-urbanization

Materials to reproduce the paper "Spatiotemporal patterns of urbanization in three Swiss urban agglomerations: insights from landscape metrics, growth modes and fractal analysis"

complexity fractal-analysis land-use-and-land-cover-change landscape-metrics spatial-pattern urban-growth-patterns urban-scaling urbanization

Last synced: 10 Apr 2025

https://github.com/networks-learning/discussion-complexity

Code for "On the Complexity of Opinions and Online Discussions", WSDM 2019

complexity data-science discussion online-discussions opinion-mining paper wsdm

Last synced: 10 Aug 2025

https://github.com/ahmadjajja/java_dsa

This repository contains Java code that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA through LeetCode

arrays backtracking binary-search complexity git github java linear-search linked-list linked-lists math merge-sort object-oriented-programming patterns quick-sort recursion sorting stacks-n-queues strings

Last synced: 11 Jul 2025

https://github.com/jaimin-bariya/python-complexity-cheatsheet

A concise and comprehensive cheat sheet covering time complexities of Python's built-in data structures like Lists, Dictionaries, Sets, Tuples, and Strings. This resource is designed to help developers write efficient and optimized Python code.

complexity datastructures dsa python

Last synced: 27 Mar 2025

https://github.com/abderrahmanemustapha/python-pixabay-downloader

downloade pics from pixabay using python and pixabayApi

complexity kivy pixabay pixabay-api python search

Last synced: 23 Apr 2025

https://github.com/dori-dev/python-algorithms

Some algorithms write with python cleaned code and calculate Big O!

algorithms array cipher cipher-algorithms complexity python searching-algorithms string

Last synced: 21 Apr 2025

https://github.com/suddi/asymptotic-analysis-cheatsheet

Asymptotic analysis applied on basic data structures in Python

asymptotic big-o coding-challenge coding-interview coding-interviews complexity python

Last synced: 03 Sep 2025

https://github.com/dominiquemakowski/complexitystructure

The Structure of Chaos (Makowski, 2022): Supplementary Materials

comparison complexity entropy fractal indices neurokit2 python

Last synced: 09 Aug 2025

https://github.com/howprogrammingworks/facade

Pattern Facade Implementations

complexity facade fp javascript js oop pattern

Last synced: 12 Oct 2025

https://github.com/abbasjoyia99/restart

Advance app design The main goal of this mini project is to inspire you on what we can accomplish with the SwiftUI framework. COMPLEX SWIFTUI GESTURES We will create such a custom button with complex gestures that we can not find in Apple’s stock user interface library. PARALLAX EFFECT By using multiple movements in the opposite direction (parallax effect) we can add depth to this amazing onboarding screen.

animation audio-player complexity gesture-recognition learning-by-doing navigation siwftui swift5-6 swiftui-animations swiftui-example swiftui-tutorials

Last synced: 13 Apr 2025

https://github.com/ajuogaaz/common-interview-questions-for-freshmen-and-sophomores

This resource to help Freshmen and Sophomores quickly brush through the common interview problems and different solutions in python. We have included the runtime and space complexity. In case you run into any interesting intermediate and beginner level problems feel free to contribute.

brush complexity fibonacci-number freshmen ipynb linus-okoth prime-numbers reverse sophomores sum

Last synced: 28 Oct 2025

https://github.com/foo123/sortingalgorithms

Sorting Algorithms implementations in JavaScript

analysis complexity sorting-algorithms sorting-algorithms-implemented

Last synced: 10 Aug 2025

https://github.com/iamakkkhil/dailycoding

Just a fun challenge for me. Trying to maintain a consistent streak on Github by solving one coding challenge every day.

100daysofcode 30daysofcode 365daysofcode complexity constraints daily-coding-problem dailycoding repeated-elements

Last synced: 07 May 2025

https://github.com/1337programming/ts-complexity

Complexity Tester for TypeScript, based on TSMetrics

complexity complexity-tester typescript

Last synced: 15 Apr 2025

https://github.com/anasfik/dart_leetcode_problems

LeetCode solutions with Dart programming laungage, including explanations, A valuable resource for coding interview preparation and improving problem-solving skills with Dart.

algorithms complexity dart dart-lang dartlang flutter leetcode leetcode-practice leetcode-solutions problem-solving problems space-complexity time-complexity

Last synced: 27 Jan 2026

https://github.com/mauricechouam/leetcode-training

LeetCode is a platform for preparing technical coding interviews. Pick from an expanding library of more than450 questions, code and submit your solution to see if you have solved it correctly

algorithms-and-data-structures array-nums complexity critical-thinking javascript problem-solving problems-solving searching-algorithms

Last synced: 07 Oct 2025

https://github.com/vitalets/eslint-plugin-visual-complexity

Enforce a visual complexity of the code

complexity eslint eslint-plugin

Last synced: 28 Oct 2025

https://github.com/samimbr/tp-m1-rsd-usthb-

TP M1 RSD USTHB 2023 2024 , Scripts et Rapports , ALGO , ASGBD , SE , ALGO REPARTIE , MULTIMEDIA

algorithms-and-data-structures c complexity compression cv2 image-processing java jupyter-notebook linux oracle parallelism plsql python rle rmi semaphore socket sql tcp udp

Last synced: 08 Sep 2025

https://github.com/haaleo/bug-prediction

Python package to predict bugs using the complexity of code changes

bug bug-detection bug-prediction bugs change complexity entropy fault fault-detection fault-prediction prediciton

Last synced: 02 May 2025

https://github.com/israelst/did-you-mean-php

Presentation about algorithmic complexity at PHPnRio 2012 conference

algorithm complexity levenshtein-distance memoization php recursion trie

Last synced: 15 Apr 2025

https://github.com/dburriss/hotspot

A dotnet command-line tool for analysing code risks like high complexity, size, and bus factor.

analysis command-line-tool complexity dotnet

Last synced: 12 Oct 2025

https://github.com/leonvanbokhorst/friction-flow

The Friction-Flow framework aims to analyze and track narrative field dynamics in complex social systems, emphasizing the evolution, interaction, and influence of stories.

complexity narrative narrative-field narrative-field-dynamics simulation simulation-framework social-dynamics

Last synced: 13 Apr 2025