-
- Downloads
Add array implementation for the gain bucket, improve the linked-list implementation.
Showing
- mondriaan.mk 9 additions, 4 deletionsmondriaan.mk
- src/GainBucket.c 7 additions, 286 deletionssrc/GainBucket.c
- src/GainBucket.h 11 additions, 53 deletionssrc/GainBucket.h
- src/GainBucketArray.c 296 additions, 0 deletionssrc/GainBucketArray.c
- src/GainBucketArray.h 55 additions, 0 deletionssrc/GainBucketArray.h
- src/GainBucketList.c 319 additions, 0 deletionssrc/GainBucketList.c
- src/GainBucketList.h 57 additions, 0 deletionssrc/GainBucketList.h
- src/HKLFM.c 24 additions, 0 deletionssrc/HKLFM.c
- tests/test_BucketDeleteMax.c 20 additions, 2 deletionstests/test_BucketDeleteMax.c
- tests/test_BucketInsert.c 20 additions, 1 deletiontests/test_BucketInsert.c
- tests/test_BucketMove.c 29 additions, 2 deletionstests/test_BucketMove.c
- tests/test_ClearGainBucket.c 21 additions, 2 deletionstests/test_ClearGainBucket.c
- tests/test_ComputeInitialGains.c 21 additions, 2 deletionstests/test_ComputeInitialGains.c
- tests/test_GainBucketGetMaxVal.c 20 additions, 1 deletiontests/test_GainBucketGetMaxVal.c
- tests/test_UpdateGains.c 12 additions, 0 deletionstests/test_UpdateGains.c
Loading
Please register or sign in to comment