প্রশ্ন ট্যাগ «palindrome»

প্যালিনড্রোমগুলি হ'ল শব্দ, বাক্যাংশ, সংখ্যা বা বারের উপস্থাপনা যা বিপরীতে একই পাঠ করে, উদাহরণস্বরূপ "স্তর", "রিভিভার", "12321", "10:01"। [ভারসাম্য স্ট্রিং] ট্যাগটিও দেখুন।

6
এন বেসগুলিতে প্যালিনড্রোমগুলি এমন নম্বর
একটি অ-নেতিবাচক পূর্ণসংখ্যার দেওয়া n >= 0, চিরতরে পূর্ণসংখ্যার ক্রম আউটপুট x_i >= 3যা হ'ল nবিভিন্ন বেসগুলিতে প্যালিনড্রোম হয় b, যেখানে বেসটি হতে পারে 2 <= b <= x_i-2। এটি মূলত OEIS A126071 এর বিপরীতমুখী , যেখানে আপনি সেই অনুক্রমের কোন সূচকগুলির মান রয়েছে আউটপুট n। এটি কিছুটা আলাদা, কারণ …
10 code-golf  sequence  base-conversion  palindrome  code-golf  array-manipulation  matrix  code-golf  string  ascii-art  code-golf  ascii-art  physics  code-golf  number  sequence  fibonacci  code-golf  ascii-art  packing  code-golf  string  hexadecimal  code-challenge  restricted-source  decision-problem  binary  code-golf  code-golf  code-golf  stack-exchange-api  code-golf  string  parsing  generation  data-structures  code-golf  kolmogorov-complexity  graphical-output  code-golf  array-manipulation  integer  generation  data-structures  code-golf  number  random  probability-theory  king-of-the-hill  java  minesweeper  code-golf  string  kolmogorov-complexity  animation  code-golf  string  code-golf  code-golf  quine  code-golf  internet  code-golf  arithmetic  base-conversion 

30
কোন ইনপুট এন দেওয়া হয়েছে, প্রিন্ট আউট এন * বিপরীত (এন)
একটি পূর্ণসংখ্যা দেওয়া হয়েছে n, প্রিন্ট আউটn * reversed(n) reversed(n) আপনি যখন নম্বর পাবেন reverse ডিজিটের n। reverse(512) = 215 reverse(1) = 1 reverse(101) = 101 >>>>>>>> func(5) = 5*5 = 25 func(12) = 12*21 = 252 func(11) = 11*11 = 121 func(659) = 659*956 = 630004 সবচেয়ে কম কোড …
9 code-golf  math  arithmetic  code-golf  math  integer  code-golf  arithmetic  integer  code-golf  sequence  base-conversion  palindrome  code-golf  math  primes  integer  code-golf  parsing  conversion  syntax  code-golf  sequence  primes  code-challenge  geometry  optimization  code-golf  graph-theory  code-golf  number-theory  primes  integer  code-golf  source-layout  cops-and-robbers  code-golf  source-layout  cops-and-robbers  code-golf  sequence  primes  integer  code-golf  math  number-theory  primes  rational-numbers  code-golf  math  sequence  number-theory  primes  code-golf  string  code-golf  math  combinatorics  permutations  restricted-complexity  code-golf  array-manipulation  code-golf  number  sequence  code-golf  number  sequence  code-golf  binary-matrix  code-golf  math  tips  javascript  algorithm  code-golf  string  code-golf  number  sequence  code-golf  math  arithmetic  parsing  code-golf  number  sequence  primes  code-golf  string  ascii-art  geometry  integer  code-golf  geometry  code-golf  number  array-manipulation  code-golf  math  geometry  code-golf  number  sequence  arithmetic  integer  code-golf  string  kolmogorov-complexity  code-golf  number  code-golf  number  chess  code-golf  sequence  decision-problem  subsequence  code-golf  math  number  primes  code-golf  primes  permutations  code-golf  integer  probability-theory  statistics  code-golf  string  code-golf  sequence  decision-problem  parsing  board-game  code-golf  binary  graph-theory  code-golf  board-game  classification  tic-tac-toe  code-golf  ascii-art  polyglot  code-golf  date  code-golf  geometry 
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.