ios problem solving Program swift Swift: Decrement Binary Number and print number of 1s if input is - Shaunak Jagtap 11:20 Add Comment Shaunak Jagtap //Decrement Binary Number and print number of 1s if input is - func decrementBinaryNumber (number: String , requests: [ String ]) -> [ I... Read More
ios problem solving Program swift Swift Pattern printing: Print rectangle Shaunak Jagtap 11:13 Add Comment Shaunak Jagtap Print rectangle of n character //This is for single string func frameGenrator (n: Int ) -> String { var result = ... Read More
javascript problem solving Discovering the Longest Consecutive Sequence in Swift Shaunak Jagtap 00:57 1 Comment Shaunak Jagtap Longest Consecutive Have the function LongestConsecutive(arr) take the array of positive integers stored in arr and return the length... Read More