12-18-2025, 06:18 AM
I made one too, and I use it in a lot of my programs.
But I made it in a different way - it uses strings instead of storing them in the memory with a handle.
And it is slower, because it uses sequential access, and not random access.
But it also has some benefits.
Have a look here: on GitHub: qb64_libraries/dsa/ListString.bas at master · AadityaParashar0901/qb64_libraries · GitHub
But I made it in a different way - it uses strings instead of storing them in the memory with a handle.
And it is slower, because it uses sequential access, and not random access.
But it also has some benefits.
Have a look here: on GitHub: qb64_libraries/dsa/ListString.bas at master · AadityaParashar0901/qb64_libraries · GitHub

