7 रिपॉजिटरी
Implementation of mathematical operations using bit-shifting and binary logic to avoid standard operators.
Distinct from Integer Bit Analyzers: Implements complete arithmetic operations like division, whereas Integer Bit Analyzers focus on analyzing the bit patterns themselves.
Explore 7 awesome GitHub repositories matching software engineering & architecture · Bit-Shifting Arithmetic. Refine with filters or upvote what's useful.
This project is a curated educational resource and solution repository for algorithmic challenges, specifically focused on LeetCode problems. It serves as a technical reference for common data structures and algorithmic patterns, providing verified code implementations across multiple programming languages alongside detailed logic and complexity analysis. The repository functions as a comprehensive study guide for competitive programming and technical interview preparation. It includes specialized learning tools such as an Anki flashcard dataset for spaced repetition and a browser extension t
The project calculates the quotient of two integers without using multiplication or modulo operators via bit-shifting logic.
This project is a comprehensive collection of common computer science algorithms and data structures implemented in Swift. It serves as an educational reference and library for studying computational complexity, algorithmic logic, and data structure engineering through practical code examples. The repository provides a wide suite of data structure implementations, including various types of linked lists, heaps, hash tables, and an extensive range of hierarchical trees such as Red-Black, B-Tree, and Splay trees. It also covers diverse sorting and searching techniques, from basic bubble sort to
Provides operations for moving bits in a set left or right by a specified number of positions.
This project is a comprehensive collection of C++ libraries and toolkits providing reference implementations for data structures, graph algorithms, and bitwise logic. It serves as a C++ algorithm reference containing over 180 solved coding problems and a specialized toolkit for competitive programming. The repository distinguishes itself through extensive low-level bit manipulation libraries for parity checks, endianness detection, and XOR-based logic. It also provides a wide array of reference solutions for complex algorithmic challenges involving backtracking, graph theory, and dynamic prog
Implements mathematical operations using bit-shifts and subtraction to avoid standard multiplication operators.
Trail of Bits flags assembly shift operations where the value and shift amount arguments are swapped, producing incorrect results.
Alda is a text-based music programming language and command-line tool for composing, playing, and live-coding musical scores. It functions as a MIDI composition engine that renders plain-text scores into audio output, and as a live coding environment where code entered in a read-eval-print loop produces real-time playback without restarting the interpreter. The system distinguishes itself through an event-driven playback engine that schedules timed note events, an instrument-attribute inheritance model that cascades properties like volume and tempo from global defaults to individual parts, an
Changes note pitch by shifting octaves up or down using persistent angle bracket operators.
js-base64 is a JavaScript library for encoding and decoding data between Base64 format and JavaScript strings or byte arrays. It provides utilities for converting binary data to Base64 strings and transforming those strings back into their original text or raw byte format. The project includes a Base64 string validator to verify if a sequence follows correct formatting, characters, and padding. It also supports the creation of URI-safe Base64 strings by replacing characters that would cause encoding errors in URIs and allows for the removal of padding. The library provides a prototype extens
Implements low-level bit shifting to convert three bytes of binary data into four Base64 characters.
Open Location Code एक जियोकोडिंग लाइब्रेरी और टूलसेट है जिसका उपयोग वैश्विक अक्षांश और देशांतर निर्देशांक को मानकीकृत, मानव-पठनीय अल्फ़ान्यूमेरिक डिजिटल पतों में बदलने और वापस लाने के लिए किया जाता है। यह एक ऑफ़लाइन स्थान कोडिंग सिस्टम के रूप में कार्य करता है जो पृथ्वी पर किसी भी स्थान के लिए अद्वितीय पहचानकर्ता उत्पन्न करता है, विशेष रूप से उन क्षेत्रों के लिए डिजिटल पते प्रदान करता है जहां औपचारिक सड़क पते या डाक प्रणाली गायब हैं। सिस्टम एक स्टेटलेस एल्गोरिथम प्रक्रिया के रूप में संचालित होता है, जो नेटवर्क एक्सेस, इंटरनेट कनेक्शन या बाहरी डेटाबेस लुकअप टेबल की आवश्यकता के बिना निर्देशांक को एन्कोड और डिकोड करने की अनुमति देता है। यह आस-पास के संदर्भ बिंदुओं के आधार पर सामान्य उपसर्गों को हटाकर भौगोलिक पहचानकर्ताओं की लंबाई को कम करने के लिए संदर्भ-आधारित शॉर्टनिंग का उपयोग करता है। लाइब्रेरी में द्विदिश जियोकोड रूपांतरण और कोड हेरफेर के लिए उपयोगिताएं शामिल हैं। ये क्षमताएं स्थान स्ट्रिंग्स के सत्यापन, संक्षिप्त संस्करणों से पूर्ण कोड की पुनर्प्राप्ति और निर्देशांक को अल्फ़ान्यूमेरिक वर्णों के पदानुक्रमित ग्रिड में अनुवाद को कवर करती हैं।
Uses bit-shifting and binary logic to convert floating point coordinates into discrete grid cell identifiers.