Skip to content

Commit 4e5b8cc

Browse files
committed
Update README.md
1 parent 5152c90 commit 4e5b8cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,14 @@ meeting point.
1515
4.How do you convert a decimal number to its hexa-decimal equivalent.Give a C
1616
code to do the same.
1717

18-
4. How do you convert a decimal number to its hexa-decimal equivalent.Give a C
19-
code to do the same.
20-
21-
5. Given an array all of whose elements are positive numbers, find the maximum
18+
5.Given an array all of whose elements are positive numbers, find the maximum
2219
sum of a subsequence with the constraint that no 2 numbers in the sequence
2320
should be adjacent in the array.
2421
Eg.
2522
i) 3 2 7 10 should return 13 (sum of 3 and 10)
2623
ii) 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
2724

28-
6. Given a Binary Search Tree, write a program to print the kth smallest element
25+
6.Given a Binary Search Tree, write a program to print the kth smallest element
2926
without using any static/global variable. You can pass the value k to any function
3027
also.
3128

0 commit comments

Comments
 (0)