PHPAlgorithms
                                
                                 PHPAlgorithms copied to clipboard
                                
                                    PHPAlgorithms copied to clipboard
                            
                            
                            
                        Implement Consistent HashTable
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.