24 skills found
connorjclark / Java DelaunayJava implementation of amtip's map generation algorthim
amirallami-code / Binary Search AlgorithmThis repository houses a robust implementation of the binary search algorithm. Binary search is a highly efficient method for locating an item in a sorted list by systematically dividing the search interval in half.
Hazrat-Ali9 / AI ML Core Foundations🚂 AI ✈ ML 🛫 Core 🛳 Foundations 🚁 is a 🧸 comprehensive 🚋 that 🎁 provides 🚞 a solid 🚀 starting point 🛩 Artificial 🚟 Intelligence 🛸 and Machine 🚝 Learning 🚤 It covers 🏛 the ML 🏘 algorithms 🏬 mathematical 🕌 foundations 🏦 implementations 🏣 helping 🧱 learners 🚌 transition ⚽ from ⚾ theory to 🥎 hands on 🏀 projects 🏐 with 🏆 ease 🎳
Dung-Han-Lee / Convexhull 3D Implementation Of Incremental Convexhull Algorithmc++ implementation of 3D incremental convell hull algorthim
leetcode-pp / Leetcode Pp《力扣加加》官方网站,力扣加加是一个专注于算法知识分享的平台,旨在通过通俗易懂的语言还原解题全过程。
sukanyabag / DSA And ProblemSolvingTrying to cover the most asked coding questions at PBCs along with DSA implementations. (Striver + NeetCode SDE Sheet ONGOING)
ZiCog / Xoroshirothe xoroshiro32++ and xoroshiro64++ PRNG algorthims by David Blackman and Sebastiano Vigna in C++, Verilog, VHDL and SpinalHDL.
denizturkk / AirportCheapestPathIn this project, ı implement the Dijkstra algorithm with adjacency list representation to make a program that finds the cheapest flights between given destinations on the network.
TOUATI-MOHAMED / ALPR This repository will help you to creat your first application in computer vision based on machine learning algorthims, thise two fields are become closely related to one another. Machine learning has improved computer vision about recognition and tracking. It offers effective methods for acquisition, image processing, and object focus which are used in computer vision. i built this application to detection then to recognize its lincence number plate which developed in GUI application based on Python software
AhmedTaha012 / AI AlgorthimsNo description available
rustiever / Sorting Algorthims VisualizationVisualisation of popular sorting algorithms using openGL
Abdelrhmansersawy / TextEditorA GUI plaintext editor written in Java Swing, optimized with a Rope data structure (based on Treap) for O(log n) text operations. Features include comprehensive file operations (open, save, auto-save), multi-tab editing, KMP-based pattern search, real-time spell checking using dynamic programming and Trie data structures.
LighteningCode / JavaScript PathFinderAn program that uses JavaScript to do some path finding, no Dijkstra's algorithm or any of the popular path finding algorthim, just plain reasoning.
misilva73 / ExtendedMDImplementation of the Extended Motif Discovery algorthim for motif discovery in time-series
shruti691 / Fake Logo DetectionWe use Python and Machine learning for finding fake logo where we train our model using CNN Algorthim .
Philipst77 / Algorthims🧠 Java Algorithms & Data Structures Collection A curated collection of Java implementations covering key computer science topics: 📊 Sorting Algorithms – QuickSort, MergeSort, RadixSort, and more 📈 Graph Algorithms – BFS, DFS, Minimum Spanning Trees, Shortest Paths 🧮 Hashing & HashMaps – Efficient lookup and duplicate detection
imsanjoykb / Data Structure AlgorithmThis repo shows my practice session of Data Structure and Algorithm. Data Structures are the programmatic way of storing data so that data can be used efficiently. Almost every enterprise application uses various types of data structures in one or the other way. This tutorial will give you a great understanding on Data Structures needed to understand the complexity of enterprise level applications and need of algorithms, and data structures.
SahrActon / Javascript Algorthims And Data Structures MasterclassJavaScript Algorithms and Data Structures Masterclass The Missing Computer Science and Coding Interview Bootcamp. Created by Colt Steele Last updated 8/2018 English
DebashishRana / DSA SimulationsThis repository contains all the problems and concepts using the book Data Structure and Algorthims by Brad Miller
alshai / Pfbwt FPrefix Free Parsing Algorthim for building BWTs for genomic data