r/algorithms • u/Phytor_c • 23d ago
What Are You Working On? August 16, 2026
Inspired by the recurring threads on r/math, we are starting our own weekly discussion thread!
This recurring thread will be for general discussion on whatever algorithm-related projects, problems, or topics you have been or will be working on this week. This can be anything, including:
* theoretical computer science and algorithm design,
* books, papers, or articles you are reading,
* coursework or self-study (what you have been learning recently),
* competitive programming or interview prep,
* preparing a talk, presentation, or project demo.
All backgrounds and levels of experience are welcomed!
•
•
•
u/2bigpigs 21d ago
Damn you guys work on fancy stuff. I guess I need to take what I get as a full time software engineer 😅
I need to figure out whether my query planning problem is actually hard enough to justify an external optimiser library or whether it can be solved with more classical techniques like divide & conquer or dynamic programming.
•
u/Phytor_c 23d ago edited 22d ago
Currently writing up a "simpler" analysis for an existing algorithm for a problem using a different technique/insight.
Writing it up though is trickier than I expected.
•
u/2bigpigs 21d ago
Did you try explaining it to a friend on a whiteboard?
•
u/Phytor_c 21d ago edited 21d ago
Not particularly, right now I'm trying to write it up formally, so it's good enough for an arxiv preprint say. I'm basically trying to convince myself that it actually works and I haven't just fooled myself all this time. My first draft had a bit of holes and handwaving, I'm trying to patch them up rn.
I will probably be explaining it to my supervisor later this week.
•
u/Future_Advice_4853 20d ago
for SOSA?
•
u/Phytor_c 20d ago
Nope, the submission deadline for that has passed and I'd be happy with an arxiv manuscript
•
u/Magdaki 23d ago
I have several algorithm related research projects ongoing:
1 - An improvement to ant colony system.
2 - An improvement to particle swarm optimization.
3 - An examination of fractal decomposition.
4 - An improvement to deterministic computational model inference algorithm (an improvement to my own).
5 - An new algorithm for stochastic computational model inference.
6 - An examination of algorithmic characteristics for computational model inference under imperfect data conditions.