jafar75

Results 6 issues of jafar75

hello sir. I want to use opencv library for cpu & cv::sift with parameters : nFeatures = 40000 octaves = 3 contrast_threshhold = 0.01 edge_threshhold = 10 sigma = 1.6...

A practice to find lexicographically next greater permutation of the given array of integers. - If there does not exist any greater permutation, then print the lexicographically smallest permutation of...

Hi, I plan to use revm in a multi-threaded environment and want to share a cache database across multiple threads. I have an implementation like this ![image](https://github.com/bluealloy/revm/assets/22050512/2b8b1a69-ec06-4225-a07d-e1971901b5da) and I define...

Hi there, It is known that Kruskal's algorithm for finding MST, has a simpler implmentation than Prim's and also is more efficient for sparse graph. If it is needed, I'm...

#1179 This PR attempts to provide a simplified version of push and pop for crossbeam-queue data structures. By having an exclusive reference, there is no need to do CAS operations...

Hi @lemmih , I recently saw this amazing repo and decided to add some more algorithms to it. I can start with convex hull related algorithms like Jarvis march, Chan's...