Tag:python
All the articles with the tag "python".
Competitive Programming Friendly reminders
Posted on:December 1, 2022 at 12:00 AMAn incomplete summary of the most important algorithms and data structures to remember before a coding interview
An exact and fast algorithm for computing top-k closeness centrality
Posted on:April 26, 2022 at 12:00 AMAn exact and fast algorithm for computing top-k closeness centrality, tested on the IMDb dataset
leetcode solutions
Posted on:December 1, 2022 at 12:00 AMSolutions to some of the problems I have solved on Leetcode
Methods for solving PageRank with multiple damping factors
Posted on:December 27, 2022 at 12:00 AMImplementation of the shifted power method and the shifted GMRES method
Identifying small worlds networks
Posted on:February 24, 2023 at 12:00 AMSpatial Networks and small words, an experimental study on real-world datasets. Developed in Python with parallel processing support for the computation of the heaviest functions.