Home Archives About Tags Works
6月 26 2015
Programming Language►C/C++

[C/C++] Process和Thread

前言

作業系統作業要求使用Process和Thread來完成輸出1到10的任務。

Read More

Share Comments
  • C
5月 13 2015
Programming Language►C/C++

[C/C++] 函數指標

前言

最近在看《指標的藝術》,看能不能對於指標理解透徹一點。其中看到了函數指標,發覺是個很有趣的東西。

Read More

Share Comments
  • C
  • Function Pointer
5月 8 2015
Programming Language►C/C++

[C/C++] 常見排序實作

把常見的排序重新寫過一次,以備不時之需。

Read More

Share Comments
  • C++
  • Sort
3月 11 2015
Programming Language►C/C++

[C/C++] Trie字典樹實作

Trie是一種特殊的樹狀結構,在用於字串處理的時候相當有用,是一種空間換取時間的結構。

Read More

Share Comments
  • C++
  • Data Structure
  • Trie
  • 字典樹

Categories

  • Content Management System1
    • Joomla1
  • Learning Note1
    • Machine Learning1
  • Mobile Application9
    • Android6
    • Cordova3
  • Online Judge47
    • Codewars3
    • Google Code Jam1
    • LeetCode31
    • Pwnable.kr1
    • UVa11
  • Other3
  • Programming Language19
    • C/C++4
    • Java5
    • JavaScript9
    • Python1
  • Security1
  • Server1
    • CentOS1
  • Tool3
    • Compiler1
    • Parser1
      • Bison1
    • Scanner1
      • Flex1
  • Web44
    • Front-End19
    • Hexo3
    • Markdown1
    • Node.js2
    • Other4
    • Overall9
    • PHP3
    • Phoenix1
    • Redux1
    • jQuery1

Recents

  • [LeetCode] 670 - Maximum Swap
  • [LeetCode] 654 - Maximum Binary Tree
  • [LeetCode] 647 - Palindromic Substrings
  • [LeetCode] 560 - Subarray Sum Equals K
  • [LeetCode] 515 - Find Largest Value in Each Tree Row
  • [LeetCode] 513 - Find Bottom Left Tree Value
  • [LeetCode] 508 - Most Frequent Subtree Sum
  • [LeetCode] 451 - Sort Characters By Frequency
  • [LeetCode] 442 - Find All Duplicates in an Array
  • [LeetCode] 287 - Find the Duplicate Number

Links

  • Online Avalon
  • MapleStory Defense
  • Building House
Powered by Hexo and Theme by landscape © Chi-Wei Liu
Home Archives About Tags Works