bitmasking
There are 32 repositories under bitmasking topic.
marctuscher/TravellingSalesmanOsm
Travelling salesman problem on OpenStreetMap data. Shortest path distances by Dijkstra's algortihm. Frontend built with react and leaflet.
codescrum/bitmask-set-jsbi-js
Convert arrays to bitmask representations to quickly operate with them through bitwise operations. (uses JSBI)
VaibhaveS/MentalHealthWithAI
divorcePRED offers an end to end solution from predicting the state of marriage with the help of machine learning, finding like minded people through clustering, emotional analysis through natural language processing and finding optimal routes and therapy centres through graph algorithms.
balubalaji3002/BIT-MAGIC
BIT-MAGIC
Blazer-007/Competitive-Programming
All about Competitive Programming
CyberLemonade/Ultimate-Tic-Tac-Toe-AI
Monte Carlo Tree Search implementation for playing Ultimate Tic Tac Toe
devmins-code/Leetcode_Solutions
Leetcode, Leetcode Solutions, Competitive Programming, Algodesign
harsh7in/Competitive-Programming
This repository contains algorithms for Competitive Programming as a part of my competitive programming Journey.
semisedlak/bitmasking
This simple library provides a set of functions for easier life when dealing with bitmasks.
A5HU705H/letter-boxed-solver
nyt letter boxed solver. uses backtracking and bitmasking to search solutions. generalized for number of sides and characters per side.
AntonioBerna/sudoku-solver
Sudoku Solver using Bitmasking + Backtracking and Dancing Links in C
karanbangia/Data-structures-and-algorithms
solved problems from various websites
kumar80/code
CP work
liliansteven/Competitive-Programming--Solution
This is an public repository for Accepted solutions of coding problems on different coding platforms like codeforces , hackerearth, codechef , hackerrank .......
Rernokk/ProjectFrailty
This project was mostly designed to explore microinteractions and their effectiveness of creating immersive and exciting gameplay in spite of simple art assets and environmental design.
sha-since1999/CompetitiveCodingPractice
competitive learner can revise a lot of program and topic from this repo ,here i organised all of my practised and tested code in well manner...
sprakhar77/DiabloEngine
A chess engine based on AlphaBeta Pruning search, developed for UCI protocols supported GUIs.
AFCgooner29/Coding-Ninjas-Competetive-Programming-code
This has all the solutions to the problems solved in Coding ninjas Competetive programming course
cmosull/21-Bit-Hamming-Code-Generator
Takes 2 ASCII characters as input and outputs a 21-bit Hamming Code (16-bit code with 5 parity bits) using simple algorithm involving bit-masking.
liliansteven/Codeforces-GYMS-Solution
This repository is containing all 2-star gyms with my accepted solution
rafaelfigueredog/Bitmap
This is a C library for handling bitmaps. It includes functions for initializing a BitmapSet, setting and unsetting bits, retrieving the value of a bit, and printing the binary value of a BitmapSet.
sdass1918/CP-Niti
This repository contains theory of all the important concepts that are required for competitive programming.
Anshu-rai89/Random-Codes
Some random Problems and their Codes
AnupamAkib/BFS-DFS-DP
Just after my graduation, I was called for an interview at Samsung R&D Institute Bangladesh for Software Engineer position. Here are some codes that I wrote for practicing DSA.
aw-studio/laravel-bitflags
Store bitmask in database, cast bitmask for auto de-/encoding bitflags.
Eckhardt-D/bitflags
A simple bit masking library for TypeScript, store features in a single integer
niaz-ahsan/Turn-LED-On
STM32F4DISC board LD4 (Green) is being turned on.
Prayag2003/Standard_Template_Library
Standard Template Library ( STL ) of C++
Rad-hi/Number_Guesser_ESP32
A simple interactive game made as a tutorial for bitwise operations and bitmasks for embedded programming.
sanyathisside/Bitmasking
Bit Manipulation.
theTardigrade/golang-infiniteBitmask
This Go package allows for the creation of bitmasks of theoretically infinite size.