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

একটি অ্যালগরিদম তৈরি বা প্রয়োগের সাথে সম্পর্কিত চ্যালেঞ্জগুলির জন্য।

6
ধারাবাহিক ওভারহেড বাইট স্টাফিং (সিওবিএস)
আমি অবাক হয়েছি এটি আগে পোস্ট করা হয়নি! সঙ্গতিপূর্ণভাবে ওভারহেড বাইট ঠাসাঠাসি (খোসা) অ্যালগরিদম সীমানা বাইট স্ট্রিম করতে ব্যবহৃত হয়। আমরা একটি ফ্রেম চিহ্নিতকারী চয়ন করি (আমরা 0x00 ব্যবহার করব) এবং যেখানে 0x00 প্রবাহে ঘটে সেখানে পরবর্তী 0x00 না হওয়া পর্যন্ত এটি বাইট সংখ্যার সাথে প্রতিস্থাপন করা হয় (আমরা এটিকে …

13
তুলনা শৃঙ্খলা প্রসারিত করুন
বেশির ভাগ ভাষায় ভিন্ন, পাইথন মূল্যায়ণ a<b<cযেমন গণিত মধ্যে সম্পন্ন করা হবে, আসলে তিন নম্বর তুলনা, যেমন বুলিয়ান তুলনা বিরোধিতা a<bকরার c। এটি সিতে লেখার সঠিক উপায় (এবং আরও অনেকে) হবে a<b && b<c। এই চ্যালেঞ্জের মধ্যে, আপনার কাজটি পাইথন / স্বজ্ঞাত উপস্থাপনা থেকে এটি অন্যান্য ভাষায় কীভাবে লেখা হবে …
9 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 

7
গল্ফ সিউডোপ্রাইমস!
ভূমিকা / পটভূমি একটি সাম্প্রতিক আলোচনা মধ্যে ক্রিপ্টো চ্যাট আমি আলোচনা করতে সঙ্গে / সহায়তা সন্মুখীন হয়েছিল ফার্মার primality পরীক্ষা এবং কারমাইকেল নম্বর। এই পরীক্ষাটি সেই ভিত্তির উপর ভিত্তি করে তৈরি হয় যা a^(p-1) mod p==1সর্বদা প্রাইমদের জন্য ধারণ করে pতবে সর্বদা কমপোজাইটের জন্য নয়। এখন একটি কারমাইকেল নম্বর হ'ল …
9 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 

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.