The Tech PlatformFeb 26, 2021JSONWhat is the JSON data format and JSON document database?You might have come across JSON before, but like many, you might be unsure of its meaning. JSON stands for JavaScript Object Notation,...
The Tech PlatformNov 2, 2020C, C++Selection SortSelection Sort is a simple comparison-based sorting algorithm that divides the input array into two parts: a sorted part and an unsorted...