Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Nina Scholz

Nina Scholz

Nina Scholz has asked 0 questions and find answers to 1072 problems.

Stats

27.6k
EtPoint
9.1k
Vote count
0
questions
1k
answers

About

Some of my best (by content, not votes) answers:

Latest Answers

  • Memoize a currified function
  • Find ith permutation
  • How to find the missing element in given array range with less time complexity?
  • Split number into 4 random numbers

Sorting

  • Sort subarray
  • Sort array value in sequence
  • Positional sort of 2D Array
  • Sort an integer array with sections
  • Sorting an array with comparison signs

Grouping

  • Jumble consecutive same items in an array such that the output array has no consecutive values.
  • How to calculate new data from objects
  • How to convert array of arrays into deep nested tree view without hash table
  • Pair Strings

Filtering

  • How to filter json object?

Intersection

  • Best way to get intersection of keys of two objects?

Substring

  • Find optimal set of substrings in given string
  • Finding every second element in a repeating pattern

Misc

  • How to reform this irregular object
  • Use HTML5 (datalist) autocomplete with 'contains' approach, not just 'starts with'
  • Deferred assignment in pure javascript
  • How to get Min and max values based on the given values?
  • How to call the same function repeatedly while waiting for the function to run its course before invoking it again, using method chaining?
  • Combining arrays for use cases
  • Turning an array of values and strings into an if statement
  • Creating simple constructor
  • Recurring a function splicing values into an array until condition met
  • Callback for two functions (calling a function with placeholder for defered calling)
  • How do I write this recursive function to find the max depth of my object?
  • How to simplify modulus arithmetic?