Net Remove The Duplicate String Of A String Array

Posted on
Net Remove The Duplicate String Of A String Array 4,0/5 4871 reviews
  1. Net Remove The Duplicate String Of A String Array In Excel
  2. Net Remove The Duplicate String Of A String Array Line

without using a buffer, 1 or 2 additional variable is allowed.What they probably mean by that is that your solution should use a constant amount of memory, no matter what input you're feeding it, instead of using an amount of memory that grows proportional to the input string's length. In other words, your solution should have a memory requirement of O(1) instead of O(n).From that point of view, I would say that your table counts as a 'buffer'. While its maximum capacity is determined by the number of letters in the (Unicode) alphabet, it's easily possible that your table will contain the same amount of characters as the input string — namely, if there are no duplicate characters in the input.Speaking of the concrete method noDups shown, since you're only populating table but never seem to use it for anything, why don't you just get rid of it? Then your question would simply evaporate.

When answering a question please:. Read the question carefully.

Understand that English isn't everyone's first language so be lenient of badspelling and grammar. If a question is poorly phrased then either ask for clarification, ignore it, oredit the question and fix the problem.

Net Remove The Duplicate String Of A String Array In Excel

Net Remove The Duplicate String Of A String ArrayThe

Net Remove The Duplicate String Of A String Array Line

Insults are not welcome. Don't tell someone to read the manual. Chances are they have and don't get it.Provide an answer or move on to the next question.Let's work to help developers, not make them feel stupid.