Câu hỏi được gắn thẻ «recursion»

Đối với các thách thức liên quan đến chức năng đệ quy, hoặc chức năng hoặc chương trình tự gọi, trực tiếp hoặc gián tiếp.



30
Bổ sung kiểu Alex
Lấy cảm hứng từ vinh quang của Alex Tìm hiểu cho bạn một R rất tốt, chúng tôi sẽ khiêm tốn tái tạo lại "một chương trình R thực sự" của Alex - nhưng với một bước ngoặt. Bổ sung kiểu Alex hoạt động như thế này - nó có …

30
Cà ri dài tùy ý
Viết một hàm, flấy một số nguyên dương và trả về một hàm. Hàm mới được trả về phải giống hệt f. Tuy nhiên, khi "cuộc gọi chấm dứt" xảy ra, fthay vào đó sẽ trả về tổng của tất cả các số nguyên được thông qua. Ví dụ: g=f(4)(nếu …


30
Hàm Ackermann
Hàm Ackermann đáng chú ý là một trong những ví dụ đơn giản nhất về hàm tổng, tính toán không phải là đệ quy nguyên thủy. Chúng tôi sẽ sử dụng định nghĩa A(m,n)lấy hai số nguyên không âm trong đó A(0,n) = n+1 A(m,0) = A(m-1,1) A(m,n) = A(m-1,A(m,n-1)) …

24
Đây có phải là số Loeschian?
Số nguyên dương klà số Loeschian nếu kcó thể được biểu thị như i*i + j*j + i*jcho i, jsố nguyên. Ví dụ: các số Loeschian dương đầu tiên là: 1( i=1, j=0); 3( i=j=1); 4( i=2, j=0); 7( i=2, j=1); 9( i=-3, j=3); ... Lưu ý rằng i, jđối …
33 code-golf  math  number  number-theory  decision-problem  code-golf  kolmogorov-complexity  code-golf  sequence  code-golf  path-finding  chess  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  math  arithmetic  code-golf  code-golf  number  code-golf  geometry  code-golf  math  code-golf  code-golf  kolmogorov-complexity  alphabet  code-golf  regular-expression  hexagonal-grid  king-of-the-hill  path-finding  java  code-golf  string  sorting  code-golf  string  grid  code-challenge  compression  code-golf  random  code-golf  sequence  arithmetic  code-golf  number  grid  tiling  code-golf  tips  code-golf  sequence  number-theory  recursion  code-golf  string  grid  code-golf  math  number  combinatorics  permutations  string  code-challenge  code-golf  sequence  number-theory  subsequence 

3
Lisp nhỏ, thông dịch viên nhỏ
Các lập trình viên Lisp tự hào rằng Lisp là một ngôn ngữ mạnh mẽ có thể được xây dựng từ một tập hợp rất nhỏ các hoạt động nguyên thủy . Chúng ta hãy thực hiện ý tưởng đó bằng cách đánh golf một thông dịch viên cho một …


28
Tính toán siêu logarit
Đây phải là một thử thách đơn giản. Cho một số n >= 0, xuất siêu logarit (hoặc log *, log-star hoặc logarit lặp , tương đương vì nkhông bao giờ âm đối với thử thách này.) Của n. Đây là một trong hai chức năng nghịch đảo của tetination …
29 code-golf  math  code-golf  array-manipulation  sorting  code-golf  math  arithmetic  matrix  code-golf  string  kolmogorov-complexity  code-golf  string  code-golf  math  sequence  arithmetic  recursion  code-golf  math  ascii-art  sequence  code-golf  math  array-manipulation  code-golf  code-golf  kolmogorov-complexity  code-golf  string  code-golf  string  decision-problem  code-golf  array-manipulation  tips  javascript  json  code-golf  math  string  number  number-theory  code-golf  math  sequence  fibonacci  number  arithmetic  fastest-code  integer  code-golf  math  sequence  code-golf  string  file-system  tips  golfscript  code-golf  string  code-golf  string  natural-language  code-golf  string  file-system  code-golf  math  array-manipulation  code-challenge  image-processing  compression  code-golf  math  number  sequence  code-golf  math  combinatorics  regular-expression  code-golf  sequence  pi  code-golf  ascii-art  code-golf  string  array-manipulation  sorting  code-golf  string  graph-theory  code-golf  string  code-golf  string  ascii-art  code-challenge  compression  code-golf  code-golf  math  sequence  number-theory  code-golf  maze  graph-theory  code-golf  math  sequence 


20
1, 2, 4, 8, 16, Sọ 33?
Thử thách Viết hàm / chương trình xuất ra nphần tử thứ hoặc nphần tử đầu tiên trong chuỗi số được biết đến: 1, 2, 4, 8, 16 ... Oh, đợi đã ... Tôi quên vài số đầu tiên: 1, 1, 1, 1, 2, 4, 8, 16 ... Heck, tôi …

10
Kiến trên nhật ký tự nhiên
Đây là một thử thách mới bắt đầu tốt và một kẻ giết thời gian tốt. Tôi chỉ nói một bản ghi tự nhiên vì tiêu đề quá ngắn, điều này không liên quan gì đến logarit. Cho 2 biến: Số lượng kiến n. Chiều rộng của bản ghi w. …

30
Lấy số n chữ số ngẫu nhiên có chữ số riêng biệt và đầu tiên không phải là 0
Tôi đọc câu hỏi này và nghĩ rằng nó sẽ tạo ra một thử thách thú vị. Bài tập Đưa ra một đầu vào 0<n<10tạo một số ngẫu nhiên với chính xác n chữ số đầu tiên không phải là một 0 vì thế f(n)>10**(n-1)-1 chữ số riêng biệt Tiêu …
22 code-golf  number  random  grid  game  king-of-the-hill  javascript  code-golf  arithmetic  statistics  code-golf  math  code-golf  math  code-golf  string  palindrome  code-golf  string  interactive  code-golf  quine  polyglot  code-golf  string  stack-exchange-api  code-golf  number-theory  decision-problem  code-golf  tips  code-golf  string  internet  code-golf  graphical-output  image-processing  fractal  code-golf  ascii-art  geometry  hexagonal-grid  code-golf  string  restricted-source  hello-world  code-golf  game  code-golf  cipher  code-golf  permutations  cops-and-robbers  permutations  cops-and-robbers  code-golf  internet  stack-exchange-api  code-golf  ascii-art  random  code-golf  tips  code-golf  ascii-art  code-golf  code-golf  kolmogorov-complexity  code-golf  string  unicode  code-golf  number  sequence  primes  palindrome  code-golf  game  decision-problem  code-golf  math  geometry  code-golf  graphical-output  interactive  code-golf  set-partitions  code-golf  number  arithmetic  restricted-source  code-golf  decision-problem  python  recursion  code-golf  ascii-art  code-golf  source-layout  code-golf  function  recursion  functional-programming  code-golf  game  combinatorics  permutations  code-golf  string  file-system  code-golf  string  hashing  code-golf  stack-exchange-api  code-golf  string  code-golf  math  number  arithmetic  polyglot 

16
Thêm một chương trình nữa và tôi đã ra ngoài!
Đưa ra một mức lồng nhau nguyên dương nvà chuỗi scác ký tự ascii có thể in được ( để ~, xuất ra một chương trình, khi chạy trong cùng một ngôn ngữ, sẽ tạo ra một chương trình tạo ra một chương trình s. Tổng số nchương trình nên …
21 code-golf  recursion  code-golf  kolmogorov-complexity  board-game  code-golf  number-theory  polynomials  code-golf  code-golf  array-manipulation  polyglot  alphabet  answer-chaining  code-golf  sequence  math  atomic-code-golf  abstract-algebra  proof-golf  code-golf  internet  code-golf  internet  code-golf  ascii-art  kolmogorov-complexity  code-golf  math  ascii-art  number  integer  code-golf  decision-problem  binary-matrix  code-golf  number  sequence  number-theory  code-golf  math  decision-problem  matrix  abstract-algebra  code-golf  string  keyboard  code-golf  fractal  code-golf  math  sequence  combinatorics  hello-world  vim  code-golf  sequence  code-golf  graphical-output  image-processing  code-golf  decision-problem  matrix  linear-algebra  code-golf  ascii-art  code-golf  math  code-golf  ascii-art  graphical-output  code-golf  string  code-golf  string  substitution  code-golf  string  ascii-art  code-golf  arithmetic  code-golf  number  array-manipulation  decision-problem  code-golf  kolmogorov-complexity  code-generation  fractal  code-golf  ascii-art  kolmogorov-complexity  code-golf  ascii-art  code-golf  string  array-manipulation  code-golf  music  code-golf  array-manipulation  code-golf  internet  stack-exchange-api  math  fastest-algorithm  code-golf  binary  bitwise  code-golf  date  code-golf  string  code-golf  sequence  integer  code-golf  arithmetic  number-theory  code-golf  string  random 

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.