Basic Steganography
-
Updated
Mar 11, 2017 - Java
Basic Steganography
The main goal of this project is to show bit operators in java.
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
Repository for practicing problem solving..It contains wide variety of problems and their optimised solution
This repository contains java projects pertaining to data conversions including Character to Byte, Byte to Hex, Hex to Oct, etc. Most of these projects demonstrate the utility and robustness of bitwise operators.
JavaApp1-Oct-2021
Bitwise operators are used to performing the manipulation of individual bits of a number. They can be used with any integral type (char, short, int, etc.). They are used when performing update and query operations of the Binary indexed trees.
A simple implementation of a Game of TicTacToe using bitwise operations and the Negamax algorithm
JavaApp1-Jun-2022
Implementation of HashMap.
This repository offers a comprehensive collection of algorithms, techniques, and solutions for efficiently solving bitmasking problems. Whether you're tackling coding challenges or optimizing performance, you'll find practical examples and insightful explanations to enhance your understanding of bit operations.
Bit Manipulation is a technique used in a variety of problems to get the solution in an optimized way. This technique is very effective from a Competitive Programming point of view.
Bitboard checkers project for CS 3503
Data Structure and Algorithm in Java
Add a description, image, and links to the bitwise-operators topic page so that developers can more easily learn about it.
To associate your repository with the bitwise-operators topic, visit your repo's landing page and select "manage topics."