GitHub topics: tree-algorithms
aalhour/C-Sharp-Algorithms
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Language: C# - Size: 3.19 MB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 6,041 - Forks: 1,397

glowfi/DS
A collection of data-structures and algorithms
Language: Python - Size: 2.87 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

williamfiset/Algorithms
A collection of algorithms and data structures
Language: Java - Size: 1.19 GB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 17,895 - Forks: 4,464

spirosmaggioros/AlgoPlus
AlgoPlus is a C++17 library with implemented data structures and algorithms for various topics(including machine learning)
Language: C++ - Size: 15.9 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 184 - Forks: 26

shubhaansaxena/Car_Accident_Severity_Prediction
A data science project done on a dataset containing data on car accidents in the USA and their various severities. My goal was to accurately predict the severity of a car crash based on the available features.
Language: Jupyter Notebook - Size: 1.51 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Shabnam-Khaqanpoor/Database-Simulator-Using-B-plus-Tree Fork of UI-DS-02/Database-simulator
This project simulates a database management system using a B+ Tree to efficiently store and manage data. It demonstrates key database concepts such as table management, indexing, and basic tree operations like insertion, searching, and deletion. The B+ Tree structure enables fast data access, making it ideal for indexing in databases.
Size: 659 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ituacm/dsa1_2024-25
This repository is for the Data Structures & Algorithms 1 course (DSA 1) given by ITU ACM.
Size: 56.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

shobrook/syntaxis
Analyze usage patterns of imported modules in a Python program
Language: Python - Size: 6.24 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 12 - Forks: 1

skayvanfar/data-structure-algorithm
Implementation of different algorithms and data structures in Java.
Language: Java - Size: 23.4 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 3

CFdefense/CMPT435L
Marist College CMPT435L - 'Algorithm Analysis and Design' by Professor Labouseur
Language: C++ - Size: 5.29 MB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Gabriel-Lucena/PTBEDDA
A disciplina discute as principais formas, técnicas, algoritmos e estruturas para organizar, classificar e recuperar as informações na memória de sistemas computacionais. Também possibilita a avaliação da complexidade das soluções adotadas para o armazenamento da informação nos sistemas computacionais.
Language: C - Size: 27.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

EhsanShahbazii/Data-Structure-And-Algorithms
💻A collection of the most famous and useful data structures implemented in Java. The questions and methods of the book are also written. The source of the codes is the book Data structures in Java.💻
Language: Java - Size: 8.86 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

RaghadHanon/Algorithms-and-data-structures
Algorithms and data structures are fundamental to efficient code . This repository demonstrate how to implement common data structures and algorithms in the simplest and most elegant ways. It also has some practice problems on different topics. (The code was written by me)
Language: Java - Size: 285 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 4 - Forks: 0

ishu9bansal/ease-trees-vs
An attempt to make trees useful for everyone
Language: C++ - Size: 62.5 KB - Last synced at: 10 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Andre-Gilbert/Algorithms
A collection of algorithms and data structures
Language: Python - Size: 87.9 KB - Last synced at: 12 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

ricotandrio/data-structure-and-algorithm
Data Structure and Algorithm Snippet
Language: C - Size: 30.3 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sunsided/swap3-rs
Swapping of three references, rotating the values left or right
Language: Rust - Size: 17.6 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

OlaPietka/Hexapawn-WPF
Deterministic two-player game played on a rectangular 3×3 board
Language: C# - Size: 414 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

OlaPietka/Gomoku-AI-WinForms
Gomoku game on an infinite board with artificial intelligence base on tree algorithm
Language: C# - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

1rsh/EC31205
This repository contains the files for the Coding Tasks for EC31205: Algorithms in Autumn 2023 at IIT Kharagpur.
Language: Jupyter Notebook - Size: 2.42 MB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ThisIs-Developer/Data-Structures-Algorithms
A data structure is not only used for organizing the data. It is also used for processing, retrieving, and storing data. There are different basic and advanced types of data structures that are used in almost every program or software system that has been developed. So we must have good knowledge about data structures.
Language: C - Size: 89.8 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

nikmy/Go-Algorithm
Algorithms & Data Structures implemented in Go
Language: Go - Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Ashwin-op/B_and_Bplus_Tree
Implementation of B and B+ Trees in python
Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 8

ThiagoFBastos/3-admissibility
gerador de grafos 3-admissíveis
Language: C++ - Size: 8.07 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kathleenwest/TreeParentChildTraverseRecursion
Tree Algorithm, Recursion, and Printing Example with Folder Parent-Child Relationships. Traverse a tree with recursion.
Language: C# - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

JakobJerse/Diplomska_naloga_najnizji_skupni_prednik
Repozitorij vsebuje izvorno kodo diplomske naloge iskanja najnižijega skupnega prednika vozlišč v drevesu.
Language: Java - Size: 51.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dfgHiatus/DynamicBoneChainWizardMod
A DynamicBone Installer/Configurer Mod for Resonite
Language: C# - Size: 45.9 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 2

Furkan-Gulsen/Python-Algorithms
Introduction to basic algorithms and their codes with Python.
Language: Python - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 7 - Forks: 5

Shahriar9000/Implementation-of-various-data-structures
Data structures: Stack, Tree, Unordered Map, Binary Tree, Graph
Language: C++ - Size: 1.92 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

gmishne/InformedGeometry-CoupledPendulum Fork of oryair/InformedGeometry-CoupledPendulum
Language: Matlab - Size: 524 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

ArbenaMusa/TreeHeight
Assignment from the course "Advanced Algorithms" - Finding the height of a tree.
Language: Python - Size: 1.1 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

vxvaibhavxv/Graph-Algorithms-Visualization
A web-application to visualize graph and tree algorithms
Language: JavaScript - Size: 186 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

efeacer/Stanford_CS106B_Assignments
My solutions to the assignments I have undertaken for the CS106B (Programming Abstractions in C++) course, in Stanford University. (2017-2018)
Language: C++ - Size: 612 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 25 - Forks: 6

AndrewZzz24/Algorithms-and-Data-Structures
Practice Tasks
Language: C++ - Size: 1.14 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Gabriel-T-Harris/Hand_Probability_Calculator
Application to calculate the probability of a given hand for a deck defined at runtime. In which what is being calculated is determined by the chosen configuration file. Probability is calculated through simulation.
Language: Java - Size: 2.06 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

BaseMax/BSTGo
This is a Go implementation of the BST data structure with a few of the most common operations. The algorithms code should be easy to understand. BST Tree is a binary tree in which the value of each node is greater than or equal to any value stored in the left sub-tree, and less than or equal to any value stored in the right sub-tree.
Language: Go - Size: 29.3 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

BaseMax/BinaryTreeGo
Implementation of a binary tree in Go. A Binary Tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A node with no children is called a leaf node. A node cannot have more than two children.
Language: Go - Size: 36.1 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

PolukovY/leetcode
A collection of algorithms and data structures
Language: Java - Size: 210 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

JoKoum/stochastic-gradient-trees-python
Stochastic Gradient Trees implementation in Python
Language: Python - Size: 85 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

JoKoum/stochastic-gradient-trees-cython
Stochastic Gradient Trees implementation in C++, Python
Language: C++ - Size: 112 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

qasimmughalz/DataStructuresJavaScript
Personal Practice on more than 10+ Arrays | Hashtables | LinkedList | Stacks | Queues | Trees | Graphs | Tries Questions and Algorithms
Language: JavaScript - Size: 615 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dumitrux/EDA-FIB
Laboratorio de la asignatura Estructuras de Datos y Algoritmos (C++)
Language: C++ - Size: 27.5 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 6

mrlydv/prediction_ais_catch
My work as a machine learning and research intern at NTNU. AIS data clustering catch prediction
Language: Jupyter Notebook - Size: 9.09 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

vatsss/CSES-Editorials
A repository for the CSES problem-set.
Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

86lekwenshiung/Binary-Classification-on-West-Nile-Virus
Binary Classification on West Nile Virus Dataset.
Language: Jupyter Notebook - Size: 63.2 MB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

plantpurecode/NinetyNineSwiftProblems
Solutions to the Ninety-Nine Swift Problems from @eneko
Language: Swift - Size: 27.9 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

IAmGauravPandey/Tree-Algorithms-CSES-ProlemSet
Language: C++ - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

pritsheth/Algorithms
All useful algorithms that can be used for competitive coding
Language: Python - Size: 62.5 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 3
