Doğan Can Uçar
Doğan Can Uçar
**Is your feature request related to a problem? Please describe.** ConsistentHashTable is not implemented yet. **Describe the solution you'd like** Implement a consistent HashTable. Have a look here: https://medium.com/system-design-blog/consistent-hashing-b9134c8a9062#:~:text=Consistent%20Hashing%20is%20a%20distributed,without%20affecting%20the%20overall%20system.
**Describe the bug** According to https://github.com/doganoo/PHPAlgorithms/pull/22, the TimSort sorting algorithm is broken under certain circumstances. **To Reproduce** Check the PR code which tests broken code
**Is your feature request related to a problem? Please describe.** BinaryTree extends actually BinarySearchTree. Needs to be implemented
add new unit tests and extend to cover all cases
**Is your feature request related to a problem? Please describe.** There is https://github.com/doganoo/PHPAlgorithms/blob/master/src/Datastructure/Graph/Tree/AVLTree.php and https://github.com/doganoo/PHPAlgorithms/blob/master/src/Datastructure/Graph/Tree/RedBlackTree/Node.php which are not fully implemented yet (buggy). **Describe the solution you'd like** Implement and test...
**Is your feature request related to a problem? Please describe.** There is https://github.com/doganoo/PHPAlgorithms/blob/master/src/Datastructure/Graph/Tree/AVLTree/Node.php and https://github.com/doganoo/PHPAlgorithms/blob/master/src/Datastructure/Graph/Tree/AVLTree.php which are not implemented fully yet (buggy). **Describe the solution you'd like** implement AVLTree and...
Compiling on Ubuntu Xenial with Vagrant, I get the following error at the make test step: ``` /root/phpsci-carray-master/kernel/common/cblas_funcs.c:28:19: error: unknown type name ‘CBLAS_ORDER’ gemm(int typenum, CBLAS_ORDER order, ^ /root/phpsci-carray-master/kernel/common/cblas_funcs.c:29:6: error:...
### :speaking_head: Foreword Thank you for providing this awesome cookbook. ## :ghost: Brief Description When trying to use the mysql_database and mysql_user resources, Chef throws error with "Can't connect to...
using this mariadb cookbook, I am installing mariadb successfully on test kitchen. In a "manual" install/run of `chef-client` using the following shell script: ``` curl -LO https://omnitruck.chef.io/install.sh && bash ./install.sh...
it seems like the symlink in phplotdocs is invalid: as far as I can see, there is no phplot/ directory. Instead, it must be src/, doesn't it? **Further:** Is it...