issues
search
DHPS-Solutions
/
dhps-lib
c+
3
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add string new from slice
#51
LytixDev
opened
1 year ago
1
feat(string): started on a string type
#50
callumgran
opened
1 year ago
3
printing functions
#49
callumgran
opened
1 year ago
0
add hashmap benchmark
#48
LytixDev
closed
1 year ago
0
fix(bin-tree): documentation
#47
callumgran
closed
1 year ago
0
fix(queue): fixed the documentation for queue
#46
callumgran
closed
1 year ago
0
fix(reformat)
#45
callumgran
closed
1 year ago
0
optimize hashmap
#44
LytixDev
opened
1 year ago
0
rigorously test hashmap for correctness
#43
LytixDev
opened
1 year ago
0
enhance: hashmap can take custom hash function
#42
LytixDev
opened
1 year ago
0
feat: hashmap thread safety
#41
LytixDev
opened
1 year ago
0
feat: hashmap overflow strategy
#40
LytixDev
opened
1 year ago
0
hashmap refactor
#39
LytixDev
closed
1 year ago
0
fix(sorting): cleaned up the code
#38
callumgran
closed
1 year ago
0
Restructure files
#37
callumgran
opened
1 year ago
0
Maths library: Create a math library
#36
callumgran
closed
1 year ago
1
Add auto balancing to the binary tree
#35
callumgran
opened
1 year ago
0
feat(binary-tree): created simple binary tree with BTS
#34
callumgran
closed
1 year ago
1
feat(graph): foundation for a graph structure
#33
callumgran
closed
1 year ago
1
feat(commons.h): collected shared/useful macros
#32
callumgran
closed
1 year ago
0
refactor(quicksort): performance optimizations
#31
callumgran
closed
1 year ago
0
free everything on hashmap_free
#30
LytixDev
closed
1 year ago
0
Conditional jump or move depends on uninitialised values caused by hashmap_init
#29
LytixDev
closed
1 year ago
0
hashmap free does not work reliably.
#28
LytixDev
closed
1 year ago
0
hashmap can deep copy incoming values on the heap if specified
#27
LytixDev
closed
1 year ago
0
(broken) hashmap alloc
#26
LytixDev
closed
1 year ago
0
hashmap and heap allocation of values
#25
LytixDev
closed
1 year ago
1
fix hashmap get_from_bucket() wrong return type
#24
LytixDev
closed
1 year ago
0
remove pointers to derefernces as
#23
callumgran
closed
1 year ago
1
create string type
#22
LytixDev
opened
1 year ago
2
create common.h file that stores shared macros
#21
LytixDev
closed
1 year ago
0
finding pivot points in the quicksort algorithm
#20
callumgran
closed
1 year ago
0
feat(sort): documented code and all the seeming magic
#19
callumgran
closed
1 year ago
0
thread safety
#18
LytixDev
opened
1 year ago
2
Dynamic thread-safe hashmap
#17
LytixDev
closed
1 year ago
4
feat(sort): created bubblesort and optimized quicksort
#16
callumgran
closed
1 year ago
0
refactor(sorting): moved the example .c file to correct place
#15
callumgran
closed
1 year ago
0
feat(list): reversed for each and type casted for each
#14
LytixDev
closed
1 year ago
1
feat(stack): created a generic stack
#13
callumgran
closed
1 year ago
0
Create a fixed size generic stack
#12
callumgran
closed
1 year ago
0
fix(global): remove unused imports
#11
callumgran
closed
1 year ago
0
refactor(sort.c): renamed file for testing
#10
callumgran
closed
1 year ago
0
created a foundation for dynamic arraylists
#9
callumgran
closed
1 year ago
0
coding style suggestion
#8
LytixDev
opened
1 year ago
1
Create a simple generic arraylist
#7
callumgran
closed
1 year ago
1
Create a variable bucket size hashtable
#6
LytixDev
closed
1 year ago
1
Create README.md
#5
LytixDev
closed
1 year ago
0
feat(sort.h): created a generic and fast quicksort algorithm
#4
callumgran
closed
1 year ago
0
feat(sort.h): created a generic insertion sort method
#3
callumgran
closed
1 year ago
0
feat(queue.h): added documentation for the queue struct
#2
callumgran
closed
1 year ago
0
Next