-
Notifications
You must be signed in to change notification settings - Fork 0
A binary number is represented as s seriuos of o's and 1's. In this challenge the series will be in the form of a singly linked list. Each node instance a array has a value val and a pointer to the next node, next. Given a reference to the head of a array. Convert the binary number represented to a decimal number.
l0gesh29/Hackwithinfy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
A binary number is represented as s seriuos of o's and 1's. In this challenge the series will be in the form of a singly linked list. Each node instance a array has a value val and a pointer to the next node, next. Given a reference to the head of a array. Convert the binary number represented to a decimal number.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published