What coding challenges have you faced that you’d like help solving?

0
4
Asked By CleverTurtle42 On

I'm curious to hear about some real-life problems that you believe could be effectively tackled with coding. If you have a specific issue that you've encountered, I'd love to know about it! This could motivate me to work on solutions that might actually help someone out there.

2 Answers

Answered By DocuWhiz On

I find it frustrating when I try to copy text from PDFs that weren't made for digital use. It usually turns into a jumbled mess with misplaced spaces. Right now, I’m working on a script that cleans that up by parsing the words and reformatting them using a regex and a list of words.

TextFixer123 -

This sounds interesting! Are you dealing with poor quality PDFs or just those that were only meant for print? I'd love to see an example if you have one.

Answered By SalesGuru88 On

I deal with B2B sales and visit multiple clients each day. The expenses I claim are a flat rate, so I'm thinking it would be cool to code something that optimizes my travel route. Ideally, I want to ensure that I visit clients in the shortest way possible to maximize my claims. If the program can keep up even when there are a lot of clients, that would be perfect! I’d even offer $5 for the source code if someone can figure it out for me.

CodeNinja2000 -

I'll give it a shot! I'm new to algorithms, but I know one can help with this kind of problem. I'll keep you posted once I have something working.

FriendlyCoder -

<3 you.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.