All Questions
2 questions
0
votes
1
answer
2k
views
Javacript code to flatten JSON via recursion with conditional logic
I'm flattening a JSON structure where objects have their interaction type appended at the end, for use in an HTML/PDF generated file. I have variable names for Checkboxes, Text inputs, TextCheck is a ...
2
votes
2
answers
375
views
Beginner implementation of Merge Sort
This is my first time implementing a merge sort (just getting started with algorithms & data structures).
Are there any obvious things I have done wrong?
I am also worried that I have overused ...