I am planning to develop a system with tens of thousands of objects in it, which will each have up to 42(but more likely down around 4 or 5) separate actions they will potentially be performing at reg
Today I had my algorithms quiz for the semester and I can\'t figure out these two questions and they\'ve been bugging me all day. I\'ve gone through my notes and the lecture notes and I\'m still unsur
Time for a theoretical question I just ran across. The following code is valid and compiles: public class Parent
Let\'s say you have a website that lets you build an account with up to three different account owners.Each entry page for the owner is a separate aspx page. The first person has very different busine
I have a simple question about finding a regular expression for a given language. I am given the language L where:
I am trying to name what I开发者_运维百科 think is a new idea for a higher-order function. I want to call it a BinaryProjection, but my compatriot wants to call it the Plow. We tossed around the idea
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I like reading about programming theories, so could you tell me if there is any object-oriented static typed language that allow variables to have a few types?
I need to compare 2 sequences and find an edit distance. Edits can include deletion and insertion operations (with modification weight 1 per symbol), and block move operations (with weight 0.1 per sym
I need to find all equal substrings against two strings. I\'ve tried to use suffix tree to lookup substrings and it works fast, but too memory consuming (inap开发者_StackOverflow社区propriate for my t