201 Repositories
C++ (or C) sorting-algorithms Libraries
STFT based multi pitch shifting with optional formant preservation in C++ and Python
stftPitchShift This is a reimplementation of the Stephan M. Bernsee smbPitchShift.cpp, a pitch shifting algorithm using the Short-Time Fourier Transfo
A generic raft library inspired etcd in C++
Overview Raft is a protocol with which a cluster of nodes can maintain a replicated state machine. The state machine is kept in sync through the use o
Practice is the key!
DSA-Weekly-LeetCode-Practice Hello Learners! This repository is for getting knowledge of Data Structures and Algorithms and practicing some good quest
This is my repository of Data Structures and Algorithms.
DATA-STRUCTURE-AND-ALGORITHMS-DSA- This is my repository of Data Structures and Algorithms. It includes topics: AVL Trees Determining whether the give
Sorting Algorithm Visualiser using C and CSFML. Helps to visualise how different sorts works.
Project Name: Sorting Algorithm Visualizer About Project: This is a Sorting Algorithm Visualizer implemented using C programming language with GUI. It
Improved version of real-time physics engine that couples FEM-based deformables and rigid body dynamics
Enhanced version of coupled FEM and constrained rigid body simulation Description This little playground aimed to test our Conjugate Gradients based M
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
glChAoS.P ⋅ wglChAoS.P - Ver 1.5.3 glChAoS.P / wglChAoS.P ⋅ opengl / webgl ⋅ Chaotic Attractors of Slight (dot) Particles RealTime 3D Strange Attracto
HESS (Hyper Exponential Space Sorting) is a polynomial black-box optimization algorithm, that work very well with any NP-Complete, or NP-Hard problem
The original HESS (Hyper Exponential Space Sorting) is a polynomial black-box optimization algorithm, that work very well with any NP-Complete, or NP-Hard problem, at 2021 thanks to suggestions of Daniel Mattes, work like a complete algorithm.
Snowball compiler and stemming algorithms
Snowball is a small string processing language for creating stemming algorithms for use in Information Retrieval, plus a collection of stemming algorithms implemented using it.
The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University
SuiteSparse: A Suite of Sparse matrix packages at http://suitesparse.com May 17, 2021. SuiteSparse VERSION 5.10.1 Now includes GraphBLAS, SLIP_LU, and
Data Structures And Algorithms Made Easy
Data Structures And Algorithms Made Easy Copyright (c) August 28, 2016 CareerMonk Publications and others. E-Mail : [email protected] Last modificat
Algorithms for sound filters, like reverb, dynamic range compression, lowpass, highpass, notch, etc
sndfilter Algorithms for sound filters, like reverb, dynamic range compression, lowpass, highpass, notch, etc. It's easy to find countless math equati
Speech Algorithms Collections
Speech Algorithms Collections
A cross-platform framework for developing spatial audio algorithms and software in C/C++
git: https://github.com/leomccormack/Spatial_Audio_Framework doxygen: https://leomccormack.github.io/Spatial_Audio_Framework/ About The Spatial_Audio_
Data Structures & Algorithms, CS-201 KTU
Data Structures and Algorithms Based on CS-201, Data Structures, KTU curriculum. To run locally, fork this repository and clone it. Table of contents
All algorithms implemented in C
C Algorithms All algorithms implemented in C (for learning) Contribute algorithms written in C language. It's beginner friendly! Feel free to add new
Thrust is a C++ parallel programming library which resembles the C++ Standard Library.
Thrust: Code at the speed of light Thrust is a C++ parallel programming library which resembles the C++ Standard Library. Thrust's high-level interfac
Data structures and algorithms topicwise practice problems in C++
Data-Structure-and-Algorithm data structures and algorithms topicwise practice problems in C++ Q. find maximum element in an array Q. Sum of all Subar
An implementation of AVP-SLAM and some new contributions
AVP-SLAM-PLUS AVP-SLAM-PLUS is an implementation of AVP-SLAM and some new contributions. Performance of AVP-SLAM-PLUS could be found in video(https://
Rangeless - c++ LINQ -like library of higher-order functions for data manipulation
rangeless::fn range-free LINQ-like library of higher-order functions for manipulation of containers and lazy input-sequences. Documentation What it's
Thrust - The C++ parallel algorithms library.
Thrust: Code at the speed of light Thrust is a C++ parallel programming library which resembles the C++ Standard Library. Thrust's high-level interfac
Fft-benchmark - A benchmark for comparison of FFT algorithms performance
FFT benchmark A benchmark for comparison of FFT algorithms performance. Currently supports Intel IPP, KFR, FFTW and KissFFT. Requires: Clang 6.0+ (GCC
Open-L2O - A Comprehensive and Reproducible Benchmark for Learning to Optimize Algorithms
Open-L2O This repository establishes the first comprehensive benchmark efforts of existing learning to optimize (L2O) approaches on a number of proble
CS50x_2021 - Harvard CS50x — 2021 solutions
CS50x 2021 — Introduction to Computer Science - Problem Sets Academic Honesty Problem Set 0: Scratch 😺 Lab 1: Population Growth Problem Set 1: C hell
GFPGAN-ncnn - a naive NCNN implementation of GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration
GFPGAN-ncnn a naive ncnn implementation of GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration model support: 1.GFPGANClean
This repository contains algorithms in C++
Algorithms_CPP This repository contains algorithms in C++ Includes algorithms with loops, conditionals, functions and classes using C++ programming la
This repository contains the Assignment code of Data Structures and Algorithms Assignments of SPPU, Second Year IT Syllabus (2019 pattern)
DSAL This repository contains the Assignment code of Data Structures and Algorithms Assignments of SPPU, Second Year IT Syllabus (2019 pattern) Assign
Parallel algorithms (quick-sort, merge-sort , enumeration-sort) implemented by p-threads and CUDA
程序运行方式 一、编译程序,进入sort-project(cuda-sort-project),输入命令行 make 程序即可自动编译为可以执行文件sort(cudaSort)。 二、运行可执行程序,输入命令行 ./sort 或 ./cudaSort 三、删除程序 make clean 四、指定线程
Baseline implementations for common algorithms in C++
Algo Baselines Baseline implementations for common algorithms in C++. The code in this repo will probably not be generic enough that you can use it fo
Pool is C++17 memory pool template with different implementations(algorithms)
Object Pool Description Pool is C++17 object(memory) pool template with different implementations(algorithms) The classic object pool pattern is a sof
A repo for helping people get started with Competitive Programming and Data Structures & Algorithms
Hack CP DSA Update regarding hacktoberfest: please refer this announcement Wanna improve your problem solving skills ❓ Wanna practice collaborating on
This repository contains certain basic programs of data structures in C/C++
This repository contains some basic programs of Data Structures in C/C++ and various algorithms involved in them. * What is a data structure ? A data
A library for creating Artificial Neural Networks, for use in Machine Learning and Deep Learning algorithms.
iNeural A library for creating Artificial Neural Networks, for use in Machine Learning and Deep Learning algorithms. What is a Neural Network? Work on
This package contains the common algorithms in robotic arm, and I have developed it based on universal robot. It will be continuously updateing.
Robotic_Arm_Algorithms It contains the common algorithms in robotic arm, and will be recording the development as soon as I have completed the any one
This repository contains the advanced basic reference codes of Data Structures and Algorithms.
CSE-DSA-Codes This repository contains the advanced basic reference codes of Data Structures and Algorithms, which are coded in C and C++ Language, wh
I have shared all the operations I learnt (still learning) regarding DataStructures and Algorithm.
DataStructures-and-Algorithm If you appreciate my work, please 🌟 this repository. It motivates me. Why companies like Amazon, Microsoft, Google focus
Hands-On example code for Sensor Fusion and Autonomous Driving Stack based on Autoware
Autoware "Hands-On" Stanford Lecture AA274 / Graz University of Technology M. Schratter, J. Zubaca, K. Mautner-Lassnig, T. Renzler, M. Kirchengast, S.
Only algorithms in C and C++ , good for first timers
🎉 Hacktoberfest-2021 - The C Algo Party is Here !!! 🎉 Another year, another Hacktoberfest 2021. I create this repo to help you in the Algorithm less
A C++ Class and Template Library for Performance Critical Applications
Spirick Tuning A C++ Class and Template Library for Performance Critical Applications Optimized for Performance The Spirick Tuning library provides a
A large scale non-linear optimization library
Ceres Solver Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, matur
OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
OptimLib OptimLib is a lightweight C++ library of numerical optimization methods for nonlinear functions. Features: A C++11 library of local and globa
Lightweight, header-only C++14 metaprogramming library. Pattern matching, compile-time stuffs and algorithms (arrays, type information (CTTI), string manipulation), 'value-or-errorcode' union-like type, type for passing named arguments, useful constexpr functions and many more. (MIT license)
CoMeta Lightweight, header-only C++14 metaprogramming library. Created for KFR framework. Features Pattern matching Compile-time arrays Compile-time t
Sorting algorithms & related tools for C++14
It would be nice if only one or two of the sorting methods would dominate all of the others, regardless of application or the computer being used. But
A C++ implementation of timsort
TimSort A C++ implementation of TimSort, an O(n log n) stable sorting algorithm, ported from Python's and OpenJDK's. See also the following links for
Step is a C++17, header-only library of STL-like algorithms and data structures
Step is a C++17, header-only library of STL-like algorithms and data structures. Installation git clone --depth 1 https://github.com/storm-ptr/step.gi
collection of various algorithms & data structures
Hacktoberfest21_Algo_Collection ✨ This repository is a collection of various algorithms & data structures covering all programming languages. New addi
This repository will hold all the deadly codes that can change the world .
Hacktoberfest Hack Codes Proud Contributors Do you know , that we belong to an era where your code can build me or destry me ? 😨 So , we thought why
This is a public repository which contains various topic wise coding problems on Ds and Algo
This repo will be partcipating in the Hacktoberfest 2021. Readme Credit goes to @Saumya 😎 😎 All Noobs and pro PR's Are Welcome 😎 😎 This repository
A place where you can learn and practise various Problems and algorithms
Problem-Solving Problem solving is an art of solving some real time challenges. And this is a place to get started, you can find many problems to solv
This is the Master Repository for all the different algorithms in the world of DSA, be it in any language C++, Java, Python etc.....
© Dragon ball GT INTRODUCTION The goal of this repository is to have in a single place all possible algorithms and data structures - in multiple langu
One-Stop Destination for codes of all Data Structures & Algorithms
CodingSimplified_GK This repository is aimed at creating a One stop Destination of codes of all Data structures and Algorithms along with basic explai
This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
All the Algorithms you'll ever need xD This repository contains all the algorithms we have encountered in the fields of Computer Science, Mathematics
The home for algorithms ranging from searching to search all the way to dynamic programming, branch and bound, etc.
Algorithms The home for algorithms ranging from searching and sorting all the way to dynamic programming algorithms, divide and conquer, etc. What are
A repository by [email protected] for data structures and algorithms
DSA Overview The main goal of this project is to promote open-source, allowing anyone who wants to contribute. This repository would be focused on var
A series of important questions with solutions to crack the coding interview and ace it!
Data-Structures-Algorithms-Handbook Ace that coding interview! A series of important questions with solutions to crack the coding interview and ace it
All those who are willing to participate in the 7-day coding event Commit-Your-Code organized by GDSC, UIET have to fork this repository and contribute their solutions as per defined rules.
👩🏻💻 Commit-Ur-Code 👨🏻💻 GDSC UIET KUK 📍 , welcomes you all to this amazing event where you will be introduced to the world of coding 💻 . It i
Just getting started with Data Structure and Algorithms? Make your first contribution here and start the journey of learning DSA.
Getting Started ! ✨ If you are just beginning with open source then let's make your first contribution in this repository ! Contributing Tutorial 📃 P
Codebase for "SLIDE : In Defense of Smart Algorithms over Hardware Acceleration for Large-Scale Deep Learning Systems"
Codebase for "SLIDE : In Defense of Smart Algorithms over Hardware Acceleration for Large-Scale Deep Learning Systems"
This repository is for adding codes of data structures and algorithms.
DSA-Code-Snippet This repository is for adding codes of data structures and algorithms, leetCode, hackerrank etc solutions in different languages Cont
Contains Algorithms and Competitive Programming sites solutions (codeforces, codechef, etc.)
✨ hacktoberfest2021 💫 🌱 Contributing to hacktoberfest 2021 Welcome to hacktoberfest 2021 Public Repository. 👨🏻💻 A month-long celebration from Oc
A list of network measurement sketch algorithms implemented in eBPF
eBPF Sketches This repository contains a list of the most famous sketches implemented within the eBPF/XDP subsystem. In particular, we have: Count Ske
Generic single-file implementations of AVL tree in C and C++ suitable for deeply embedded systems
Cavl Generic single-file implementation of AVL tree suitable for deeply embedded systems. Simply copy cavl.h or cavl.hpp (depending on which language
This is a data structure repo written with C++
Data structures In CPP This repo contains many algorithms and data structures in C++. There will be an explanation for each algorithm/data structure.
Implementation of popular uncertain frequent subgraph mining algorithms
UFreS Algorithms for mining frequent subgraph patterns from Uncertain Graph Databases. The Datasets Folder contains the datasets used in our empirical
Nishant bhaiya's 90DaysDSA challenge.
90 Days of DSA Roadmap Day 1 & 2 : Learn about space and time complexity. One of the most important part of programming is knowing the complexity of t
std::find simd version
std::find simd version std::find doesn't use simd intrinsics. ( check https://gms.tf/stdfind-and-memchr-optimizations.html ) So i thought simd can mak
Very Fast Non-Cryptographic Hash Function
KOMIHASH - Very Fast Hash Function Introduction The komihash() function available in the komihash.h file implements a very fast 64-bit hash function,
An open source initiative for implementing and testing algorithms in various programming languages.
Algorithms An open source initiative for implementing and testing algorithms in various programming languages. Contributing The idea here is to learn
🌳 A compressed rank/select dictionary exploiting approximate linearity and repetitiveness.
The block-ε tree is a compressed rank/select dictionary that achieves new space-time trade-offs by exploiting the approximate linearity and the repeti
Repo having Codes for important DSA for coding interviews
Let's do DSA together Here in this repository we will create complete codebase for many important topics usually asked in coding interviews starting f
This Repository is based on Striver DSA Sheet problems solved by me for Interview preparation. All solutions are coded in C++ language.
Striver DSA Sheet Striver DSA Sheet Link This Repository is based on Striver DSA Sheet problems solved by me (sometimes with help from different resou
Introducing to the world - Maze Game! A game with an easily accessible, user-friendly interface that will provide you the serotonin a game should!
Maze-Project Maze game by Maze™ 💻 About Introducing to the world - Maze game! ⛏️ Used technologies C++ ✅ Features 3 levels of difficulty User-friendl
A system to flag anomalous source code expressions by learning typical expressions from training data
A friendly request: Thanks for visiting control-flag GitHub repository! If you find control-flag useful, we would appreciate a note from you (to niran
C++ fundamentals and questions for beginners and intermediates. Welcoming developers, content writers, and programming enthusiasts.
Rules To Contribute To This Repo You can write solutions only in C++ for Data Structure and Algorithms (if you dont know C++ you can submit only algor
Epidemics is a UG4 Plugin that provides various algorithms for epidemics modeling.
Epidemics is a UG4 Plugin that provides various algorithms for epidemics modeling.
NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.
Real-ESRGAN ncnn Vulkan This project is the ncnn implementation of Real-ESRGAN. Real-ESRGAN ncnn Vulkan heavily borrows from realsr-ncnn-vulkan. Many
Implementation of data structures and algorithms in C language
DataStructure_and_Algorithms_in_C Implementation of basic data structures and algorithms in C Data Structure LinkedList Singly Linked List Doubly Link
📘 MIPT University - Olympiad School of Competitive Programming (C++) Curated repository with full explanations, solutions & written lectures collected throughout my academic experience at MIPT school
MIPT - Olympiad School of Competitive Programming (with C++) Outcomes: Studying at this school has allowed be to explore numerous algorithms, data str
A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute!
algorithms A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute! This is my first open source project,
This repository contains computer science algorithms code.
Algorithms This repository contains computer science algorithms code. Contribution Guidelines Fork the algorithms Repository from Coding Minutes Now f
100daysofDSA - Explore about arrays, linked lists, stacks & queues, graphs, and more to master the foundations of data structures & algorithms!
Explore about arrays, linked lists, stacks & queues, graphs, and more to master the foundations of data structures & algorithms!
Series of C algorithms written (by myself) during the C programming course
C Algorithms (Work in Progress...) Basic function Bolletta Tabella caratteri di escape Selection (if) Broker Calcolatrice Verifica della validità di u
MITRE's C/C++ implementation of WGS84 geodesic algorithms documented in FAA Order 8260.58A, Appendix E.
MITRE Geodetic Library Geodetic library (or geolib) is a library for performing WGS-84 calculations with high precision. We think it's very handy and
A redis module, similar to redis zset, but you can set multiple scores for each member to support multi-dimensional sorting
TairZset: Support multi-score sorting zset Introduction Chinese TairZset is a data structure developed based on the redis module. Compared with the na
A commented version of my libft, with details about how my algorithms work and simple main functions to compile them.
LIBFT COMMENTED VERSION : 🔧 PART I : 📖 FT_STRCHR : 🔧 PART II : 📖 FT_SUBSTR : /* * DEFINITION : * CREATES A SUBSTRING FROM A STRING WITH PREDETER
Student-run contest competition in collaboration with { The Algorithms } 🚀
🐞 BUGTRONS DEBUG THE CODE TO RISE & SHINE ✨ 🤔 ABOUT The BUGTRONS is a student-run contest, organized with the collaboration of two tremendous tech-l
🚀 A open sourced, extremely efficient Texas Hold'em and short deck solver
🚀 A open sourced, extremely efficient Texas Hold'em and short deck solver
Sorting algorithms & Big O
[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] Sorting algorith
Data Structures and Algorithms course (IIC2133-PUC)
Data-Structures-And-Algorithms This are the homeworks of Jose Antonio Castro from Data Structures and Algorithms course (IIC2133) in Pontificia Univer
algos - Leetcode Algorithms with Python and C++
algos - Leetcode Algorithms with Python and C++ Dependencies (C++) C++ Compiler ( g++ or clang++ ) (C++) cmake (optional but recommended) (Python) Pyt
c language's datastruct and algorithms.
cdsaa 介绍 学习数据结构与算法的C语言实现 主要数据结构 动态字符串 动态数组 单向链表 栈 主要算法 更新中. . . 目录结构 |-- include |---- CArray.h 动态数组 |---- CList.h 单向链表 |---- CStack.h 栈 |---- CString
Every week exercises for Introduction to Algorithms and Programming
cen109-algorithms commands to compile and link C and C++ programs gcc filename.c -o executableFileName g++ filename.cpp -o executableFileName filename
Algorithms and their implementation
Hey, nice to see you. Hi, here you will find some algorithms implemented in a specific programming language. Languages & Tools: Show some ❤️ by starri
Open source codebase in association with hacktoberfest 2021
Hacktoberfest 2021 Open source codebase in association with hacktoberfest 2021 About What is Hacktoberfest? Hacktoberfest, in its 8th year, is a month
Some basic sorting algos
Sorting-Algos Some basic sorting algos HacktoberFest 2021 This repository consists of mezzo-level projects that undertake a simple task and perform it
This repo is all about different data structures and algorithms..
Data Structure and Algorithm : Want to learn data strutrues and algorithms ??? Then Stop thinking more and start to learn today. This repo will help y
One-Stop Destination for codes of all Data Structures & Algorithms
CodingSimplified_GK This repository is aimed at creating a One stop Destination of codes of all Data structures and Algorithms along with basic explai
Redacted source code for exercises proposed in the Data Structures and Algorithms laboratory.
fsega_ie2_dsa Redacted source code for exercises proposed in the Data Structures and Algorithms laboratory. Usage The src/ directory contains a direct
All basic algorithms for solving problems of CP
All basic algorithms for solving problems of CP
The Repository Contains all about Data Structure and Algorithms with Practice problems, series, and resources to follow!
🏆 The Complete DSA Preparation 🏆 This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya,STriver Series ,FA