Skip to main content
replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Source Link

Like this (based on @EBrown@EBrown's code):

Like this (based on @EBrown's code):

Like this (based on @EBrown's code):

added 109 characters in body
Source Link
janos
  • 113.1k
  • 15
  • 154
  • 396

You can still make this function faster and gain another second if you don't use IEnumerable and an enumerator but for example a List<int>.

Like this (based on @EBrown's code):

You can still make this function faster and gain another second if you don't use IEnumerable and an enumerator but for example a List<int>

You can still make this function faster and gain another second if you don't use IEnumerable and an enumerator but for example a List<int>.

Like this (based on @EBrown's code):

added 197 characters in body
Source Link
t3chb0t
  • 44.7k
  • 9
  • 85
  • 191

Original method: OriginalOriginal

Original method: Original

Original method: Original

added 197 characters in body
Source Link
t3chb0t
  • 44.7k
  • 9
  • 85
  • 191
Loading
added 157 characters in body
Source Link
t3chb0t
  • 44.7k
  • 9
  • 85
  • 191
Loading
Source Link
t3chb0t
  • 44.7k
  • 9
  • 85
  • 191
Loading