P=NP Problem Computer Science |
- P=NP Problem
- Understanding Backtracking by solving the N-Queens Problem And Knight's tour
- in read-write locks, why do we need read locks?
- [Discussion/Topic of Interest] How would you prove this decision problem is in P, WITHOUT proving Goldbach Conjecture?
- Are we really like 10th century blacksmiths?
- How do you efficiently find all maximal trees in an undirected connected graph?
- Ideas for Research in Combinatorial Optimization
- You Can Now Learn for FREE: 9 Courses by Google about Artificial Intelligence, Machine Learning and Data Science
Posted: 29 Nov 2020 12:15 AM PST Ok so I have a rather specific question about the P=NP problem. If a single problem was shown to be unsolvable in polynomial time, but verifiable in polynomial time, would that prove that P does not equal NP? [link] [comments] |
Understanding Backtracking by solving the N-Queens Problem And Knight's tour Posted: 28 Nov 2020 05:51 AM PST Recently I have been working on algorithms that I should have really learned in my Algorithms class. For this week and did backtracking, which is one of the fundamental algorithms of problem solving and AI. To practice I solved 2 problems. The n-queens and knight's tour. Here is the video where I go over the solution if you'd like to take a look at it: https://youtu.be/CQ3nDMcchdA Here is the code if you want to skip the video and go straight to it: Let me know what you think! All feedback is appreciated! [link] [comments] |
in read-write locks, why do we need read locks? Posted: 29 Nov 2020 03:31 AM PST in read-write locks, why do we need read locks since processes can read a file at the same time? Would only a write lock suffice? Thanks. [link] [comments] |
Posted: 28 Nov 2020 09:48 PM PST Decision Problem: Given an input positive even-integer N, decide if it is the sum of two primes. Fact: The prime-gap grows logarithmically; even in the bit-length of N. This means a while loop can find primes < N that sum up to N. Example Algorithm Because of the prime gap growing so slow; this algorithm runs in polynomial time in log(N).
[link] [comments] |
Are we really like 10th century blacksmiths? Posted: 28 Nov 2020 06:45 PM PST Hamha! (means Hello!) That's a weird way to start a message on Reddit, isn't it? It's an obscure reference to an old GBA game I once played and loved. Because starting a reddit post always gives me the "how do start this thing in a normal way..." kind of feeling, I decided to go the other direction for once. Now on to asking the real question here. I was browsing some old posts from a while ago and someone made the following comment:
Since then, some time has passed and we've gotten a bit smarter. But the question remains, how far do you think we really are currently in the advancement of our field? Are we truly the gods some people make us out to be or indeed the equavalent to scruffy 10th century blacksmiths who can hit a piece of iron with a hammer and call it science? [link] [comments] |
How do you efficiently find all maximal trees in an undirected connected graph? Posted: 28 Nov 2020 04:04 PM PST |
Ideas for Research in Combinatorial Optimization Posted: 28 Nov 2020 11:46 AM PST Hello, world! I will be finishing my computer science bachelor by the end of march 2021. I've already decided to pursue a master's degree right after I graduate. However, I don't really know what will my research topic be and this is making me really anxious, since the master program demand a ten-page essay of what my research is going to be about (along with a schedule). I am really interested in combinatorial optimization and everything involving it, such as graph & computation theory, soft computing, AI, operations research, metaheuristics, etc. My undergraduate thesis consisted in the development of a metaheuristic approach for the DARP (Dial-a-Ride Problem), which is a NP-hard problem that can be seen as a "generalized" TSP. I kinda enjoyed working on it, however it was very exhausting, since my advisors did not give a shit about it and I was on my very own. Thus I don't want to continue researching this specific topic (the DARP). My question is: what are some of the hot topics in these area(s) that could lead into research opportunities? I accept any suggestion in which I can put my mind in some papers. I know this may lead into many different kinds of answers, but anything would be definitely appreciated. Thank you. Ps: I thought about posting in r/csMajors but I think this question in much more related to CompSci than academia/career issues. [link] [comments] |
Posted: 28 Nov 2020 06:44 AM PST |
You are subscribed to email updates from Computer Science: Theory and Application. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment