摘要:
斐波那契数列: package com.mj; public class Main { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println(fib2(46)); 阅读全文
posted @ 2020-08-12 16:35
liuw_flexi
阅读(184)
评论(0)
推荐(0)
摘要:
排序算法: #include <iostream> //冒泡排序 void bubbleSort(int array[],int size){ std::cout << "array= " << array << std::endl; for (int end = size-1; end > 0; 阅读全文
posted @ 2020-08-12 16:34
liuw_flexi
阅读(125)
评论(0)
推荐(0)

浙公网安备 33010602011771号