-
### **1. Quantum-Like Enhancements**
#### **a. Unitary Gate Operations**
- Implement additional quantum gates such as:
- **Pauli Gates (X, Y, Z)**: For flipping states or introducing phase sh…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
It's not very clear from the documentation what sort of string compression algorithms apply to low cardinali…
-
Hi all,
The page of Cookbooks is great, but as the number of them is growing I would suggest a kind of categories sidebar similar to the one in the Exercises page. The sections/categories would be
…
-
Some algorithms are worth being placed into this project. They include,
- [ ] Shortest Path: Dijkstra
- [ ] Backtracking: Eight Queens
- [ ] Data Compression: Huffman
- [ ] Spanning Trees: Krusk…
-
Citing from the project README:
> Encryption. After compression (but before upload), all data can be AES encrypted with a 256 bit key. An additional SHA256 HMAC checksum is used to protect the data…
-
Hi GSC's developers,
I've been testing GSC for variant compression and noticed a couple of issues regarding multi-threading behavior and compression performance:
**Multi-threading Issue:**
It s…
-
**This is a(n):**
- [x] New algorithm
- [ ] Update to an existing algorithm
- [ ] Error
- [ ] Proposal to the Repository
**Details:**
the folder will be [here](https://github.com/OpenGenus/cos…
-
## Summary
1. Around 2013, there were requirements for processing data related to sequential data (e.g., binary data, sequences, etc.). We were investigating data on hepatitis E that was readily avai…
-
Related to #9
While implementing file writing in my DBPF library I've noticed that file sizes tend to be somewhat larger than original files (most likely created with SimPE).
Rather than blindly …
-
The current implementation only support compression for different algorithms in HDFS, but in local or other `java.nio.Path` implementations it does only check for `GZIP` and `BZIP2`. In addition, this…