https://github.com/sathiiii/graph-matching-in-massive-datasets
https://github.com/sathiiii/graph-matching-in-massive-datasets
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sathiiii/graph-matching-in-massive-datasets
- Owner: sathiiii
- Created: 2021-06-05T07:31:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-05T10:48:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T09:54:44.121Z (4 months ago)
- Language: C++
- Size: 19.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graph Matching in Massive Datasets
## TODOs:
- [ ] Replace the sampling algorithm → randomly choose k numbers from [0, m).
- [ ] Test the algorithm with the Twitter dataset (or any dense graph).
- [ ] Find applications areas for the algorithm.