https://github.com/gagniuc/dynamic-block-allocation-algorithm
The Dynamic Block Allocation algorithm (DBA) represents a flexible method for partitioning string sequences into data blocks taking into account different rules imposed by a function. Two versions of this algorithm are presented, namely DBFA (Double Brute Force Algorithm) and MBFA (Multi Brute Force Algorithm).
https://github.com/gagniuc/dynamic-block-allocation-algorithm
algorithm allocator block dynamic partition sequences vb6
Last synced: 3 months ago
JSON representation
The Dynamic Block Allocation algorithm (DBA) represents a flexible method for partitioning string sequences into data blocks taking into account different rules imposed by a function. Two versions of this algorithm are presented, namely DBFA (Double Brute Force Algorithm) and MBFA (Multi Brute Force Algorithm).
- Host: GitHub
- URL: https://github.com/gagniuc/dynamic-block-allocation-algorithm
- Owner: Gagniuc
- License: mit
- Created: 2021-11-03T14:08:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T01:15:20.000Z (about 2 years ago)
- Last Synced: 2025-01-15T07:32:00.626Z (5 months ago)
- Topics: algorithm, allocator, block, dynamic, partition, sequences, vb6
- Language: Visual Basic 6.0
- Homepage:
- Size: 5.68 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Dynamic Block Allocation (DBA) algorithm
Dynamic Block Allocation Algorithm [Double Brute Force (DBFA) and Multi Brute Force (MBFA)]. The Dynamic Block Allocation (DBA) algorithm represents a flexible method for partitioning string sequences into data blocks taking into account different rules imposed by a function. Two versions of this algorithm are presented, namely DBFA (Double Brute Force Algorithm) and MBFA (Multi Brute Force Algorithm). These algorithms are originally written in Visual Basic 6.0. The ZIP package contains four applications. These applications cover both the experiments performed with this algorithm and a small implementation.
# Screenshot


# References
- P. Gagniuc and C. Ionescu-Tirgoviste. Dynamic block allocation for biological sequences. Proc. Rom. Acad., Series B, 2013, 15(3), p. 233-240.