- Jan 14 Sun 2018 22:30
php call_user_func
- Jan 14 Sun 2018 21:48
php 陣列奇特用法
<?php
class B{
- Jan 14 Sun 2018 21:37
php $this->{}() 用法
<?php
class A{
- Jan 14 Sun 2018 21:13
php continue 2 break2
- for($j=1;$j<=2;$j++){
for($i=1;$i<10;$i++){
- Jan 04 Thu 2018 00:10
134. Gas Station
There are N gas stations along a circular route, where the amount of gas at station i is gas[i]
.
You have a car with an unlimited gas tank and it costs cost[i]
of gas to travel from station i to its next station (i+1). You begin the journey with an empty tank at one of the gas stations.
- Jan 03 Wed 2018 00:37
64. Minimum Path Sum
- Jan 03 Wed 2018 00:08
c++ for if不加括號
- Jan 02 Tue 2018 23:57
53. Maximum Subarray
class Solution {
public:
- Jan 02 Tue 2018 02:06
二維陣列 動態記憶體配置
#include <iostream>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
- Jan 02 Tue 2018 01:26
複製構造函數、賦值構造函數