Persistent Bugger
توضیح: تابعی بنویسید که یک پارامتر مثبت از ورودی بگیرد (num) و اعداد آنرا ضرب کنید و تعداد مراحل را برگرداند. به این صورت که شما باید تا زمانی که …
ادامه مطلبتوضیح: تابعی بنویسید که یک پارامتر مثبت از ورودی بگیرد (num) و اعداد آنرا ضرب کنید و تعداد مراحل را برگرداند. به این صورت که شما باید تا زمانی که …
ادامه مطلبتوضیح: در این کاتا برنامه نویسی، می خواهیم هر یک از عددهای یک عدد را به توان ۲ برسانیم و به هم اضافه کنیم. برای مثال، اگر عدد ما 9119 …
ادامه مطلبDescription: A pangram is a sentence that contains every single letter of the alphabet at least once. For example, the sentence “The quick brown fox jumps over the lazy dog” …
ادامه مطلبDescription: Write a function that takes an integer as input, and returns the number of bits that are equal to one in the binary representation of that number. You can …
ادامه مطلبProblem A: String LDStringld (left delete) is a function that gets a string and deletes its leftmost character (for instanceStringld(“acm”) returns “cm”).You are given a list of distinct words, and …
ادامه مطلب