Recent content by Henry R
-
How to Build a Binary Search Tree with Given Data?
Yeah! Sorry for that.- Henry R
- Post #7
- Forum: Programming and Computer Science
-
How to Build a Binary Search Tree with Given Data?
sure.- Henry R
- Post #5
- Forum: Programming and Computer Science
-
How to Build a Binary Search Tree with Given Data?
This is ...- Henry R
- Post #3
- Forum: Programming and Computer Science
-
What are the array contents after these operations?
Oh, Thank you so much for reminds me that. Yeah! It's array treat 1.5 as integer.- Henry R
- Post #9
- Forum: Programming and Computer Science
-
Sort 22 85 43 28 65 35 using selection sort and insertion sort
yes. It's about sorting. - - - Updated - - - Yeah. They talk about quick sort, simple selection sort and something like that.- Henry R
- Post #3
- Forum: Programming and Computer Science
-
What are the array contents after these operations?
arr[0] = 2 arr[1] = 3 expression 3... arr[2] = arr[0] * arr[1] =6, is because 2 * 3 = 6.- Henry R
- Post #7
- Forum: Programming and Computer Science
-
What are the array contents after these operations?
no, idea. But, I think the second expression is correct according to your explanation.- Henry R
- Post #5
- Forum: Programming and Computer Science
-
What are the array contents after these operations?
This is my effort. Just got confuse.- Henry R
- Post #3
- Forum: Programming and Computer Science
-
How to Build a Binary Search Tree with Given Data?
Draw a Binary Search Trees (BST) produced when data containing 30,40,50,60,10,20,55,15 is inserted one by one. Thanks.- Henry R
- Thread
- Binary Search Trees
- Replies: 6
- Forum: Programming and Computer Science
-
How Do You Write a Function for Depth First Search in Graph Traversal?
Hey! Thanks. But, did u get the code by any websites? Oh okay, I understand. Thanks for helping.- Henry R
- Post #3
- Forum: Programming and Computer Science
-
Sort 22 85 43 28 65 35 using selection sort and insertion sort
How to do this? Show the step by step how the following data is sorted into ascending order using the given sorting algorithm : 22 85 43 28 65 35 i) Selection sort. ii) Insertion Sort.- Henry R
- Thread
- Algorithm Sorting
- Replies: 3
- Forum: Programming and Computer Science
-
What are the array contents after these operations?
Please identify the contents of the array after the following manipulations. int arr[5]; arr[0] = 2; arr[1] = arr[0] + 1; arr[2] = arr[0] * arr[1]; arr[3] = arr[1] / arr[0]; arr[4] = arr[3] * arr[3]; *Involves multiplication, addition from the array. Solve it...- Henry R
- Thread
- Array
- Replies: 8
- Forum: Programming and Computer Science
-
How Do You Write a Function for Depth First Search in Graph Traversal?
Hello... how to write the function of depth first search? Thank you.- Henry R
- Thread
- Depth Graph Search
- Replies: 3
- Forum: Programming and Computer Science
-
How do you guys study effectively?
I try to study very hard, love my life and avoid distractions.- Henry R
- Post #4
- Forum: STEM Academic Advising
-
Computer Information System Program
Website of C programming language that stores computer data records. Please,please, please...:o There's a lot of website but, you know I couldn't find them.- Henry R
- Post #6
- Forum: Programming and Computer Science