Skip to content

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.

Notifications You must be signed in to change notification settings

l0gesh29/Hackwithinfy

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

No packages published

Languages