23/10/2022
Have given so many interviews? Help others by sharing what is asked during a company selection process. Do share your Interview Experience with others.
Send your Interview Experience to 📧: [email protected]
For reference and format of sharing Interview Experience please check: https://lnkd.in/dvXeDBfv
If you have any questions regarding the same please do comment.
NEC Corporation India Interview Experience GET 2023 Campus Test
Online test was conducted on DoSelect platform. There were questions of aptitude, programming logics and related to cloud. There were 3 coding questi
03/07/2022
Insert into Binary Search Tree.
https://www.solutions2coding.com/2022/07/insert-into-binary-search-tree.html
Insert into a Binary Search Tree
Solutions2Coding is an online platform/website which gives you solutions in simple answers related to coding and computer science.
13/02/2022
Search a value in Binary Search Tree.
https://www.solutions2coding.com/2022/02/search-in-binary-search-tree.html
Search in a Binary Search Tree
Given the root of a binary search tree and an integer value say x. We have to find the node in the BST such that the node's value is equal to x. If it
12/02/2022
Invert Binary Tree.
https://www.solutions2coding.com/2022/02/invert-binary-tree.html
Invert Binary Tree
Given root of a binary tree invert it and return its root. Inverting a binary tree means to interchange the children of current node make left child..
06/02/2022
Find Diameter of Given Binary Tree:
https://www.solutions2coding.com/2022/01/diameter-of-binary-tree.html
Diameter of Binary Tree
Solutions2Coding is an online platform/website which gives you solutions in simple answers related to coding and computer science.
04/02/2022
Hello Coders
Do you want to share your coding knowledge with others, want to contribute to developers community. Here solutions2coding.com come in your way.
Help us to grow as well as others. Do contribute your articles to solutions2coding.com
To know more about how to contribute, Please visit: https://www.solutions2coding.com/p/write-articles-for-solutions2codingcom.html
Hope everyone will come forward and help us to grow. Thank you
Solutions2Coding - S2C- An online Platform for Coding solutions.
Solutions2Coding is an online platform/website which gives you solutions in simple answers related to coding and computer science.
12/01/2022
Merge Two Binary Trees:
https://www.solutions2coding.com/2021/12/merge-two-binary-trees.html
Merge Two Binary Trees
You are given two binary trees root1 and root2. You need to merge them and return the merged tree. Recursion is the simple approach to solve this prob
21/12/2021
Minimum Depth of a Binary Tree:
https://www.solutions2coding.com/2021/11/minimum-depth-of-binary-tree.html
Minimum Depth of Binary Tree
The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.
30/11/2021
Capitalize first character of a Each Word in a String.
https://www.solutions2coding.com/2021/02/capitalize-first-letter-of-each-word-in-string.html
Java Program to Capitalize the first character of each word in a String
StringTokenizer class is used to split a given string into pieces. Substring methods returns string from including starting index and excluding ending
24/11/2021
Reverse Words in a String. (Leetcode 151)
https://www.solutions2coding.com/2021/04/reverse-words-in-given-string-in-java.html
Reverse Words in a given string in Java
Given an input string s , reverse the order of the words. A word is defined as a sequence of non-space characters. LeetCode Problem Solution. split()
10/11/2021
Check whether Binary Tree is Symmetric or Not.
https://www.solutions2coding.com/2021/11/check-whether-tree-is-symmetric-or-not.html
Symmetric Tree
Solutions2Coding is an online platform/website which gives you solutions in simple answers related to coding and computer science.
08/11/2021
Check whether two Binary Trees are same or not?
https://www.solutions2coding.com/2021/11/check-whether-two-binary-trees-are-same.html
Check whether two Binary Trees are Same or Not?
Solutions2Coding is an online platform/website which gives you solutions in simple answers related to coding and computer science.