@omkarg01
Full Stack Developer | Web3 Developer
Nothing here yet.
Nothing here yet.
Oct 4, 2022 · 1 min read · An almost sorted array is given to us and the task is to sort that array completely. Then, which sorting algorithm would you prefer and why? [Salesforce] ANSWER First of all, What is nearly sorted array or almost sorted array ? Given an array of n e...
Join discussionSep 29, 2022 · 4 min read · Scope The scope is the region in a program within which the variables, objects, and functions can be accessed. There are 2 types of scope:- 1. Global Scope:- The outermost part of the program is a global scope. Any variables declared in the global s...
Join discussion
Aug 22, 2022 · 2 min read · What is Git? Git is a version control system for tracking computer file changes. It is generally used for source code management in software development. Git is used to track changes in the source code. The distributed version control tool is used...
Join discussion