Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
florianj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
florianj
1y ago
Great write-up. Love how everyone is sharing their solutions. Fun fact, this is an actual business problem we have to solve at our company (Listen Labs). We have an AI customer interviewing platform our customers ask us things like: “I want
2.
▲
by
florianj
1y ago
How did you use DP for scenario 2 and 3? The table seems to be way to big unless you do some optimizations. Also did you optimize for the best case in any way vs expected cases?
3.
▲
by
florianj
2y ago
I still remember my first job porting a VB6 code to VB.net. The code was written before object-oriented code was a thing. Back then I thought OO would have solved it. Looking back all it was really missing was a strong type system.