辛西亞的技能樹


  • Categories

  • Tags

  • Archives

  • About

  • Search

【LeetCode】0031. Next Permutation

2019-01-10 | 面試刷題 |

Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.

Read more »

【APCS】2016-03-05 觀念題

2019-01-09 | 面試刷題 |

APCS 是個大學程式設計先修檢測,是個針對高中職學生的測驗,那天發現這個想說來試著寫寫看,今天寫的考題官是ˋ\網上所提供 2016-03-05 的考古題。

Read more »

【LeetCode】0025. Reverse Nodes in k-Group

2019-01-07 | 面試刷題 |

Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.

Read more »

【LeetCode】0065. Valid Number

2019-01-04 | 面試刷題 |

Validate if a given string can be interpreted as a decimal number.

Read more »

【LeetCode】0771. Jewels and Stones

2019-01-03 | 面試刷題 |

You’re given strings J representing the types of stones that are jewels, and S representing the stones you have. Each character in S is a type of stone you have. You want to know how many of the stones you have are also jewels.

Read more »

【LeetCode】0066. Plus One

2019-01-03 | 面試刷題 |

Given a non-empty array of digits representing a non-negative integer, plus one to the integer.

Read more »

【面試】簡易實做 AutoComplete - Python

2019-01-03 | 面試刷題 |

這大概是我有經驗來最神奇的面試經驗了(●▼●;)
面試時間一個小時,基本上就是就一個人寫code,另外一個人一直看著寫code..XD。想當然爾,面試結果想當然是被考官狠狠洗臉了 QAQ

就一個人寫code,另外一個人一直看著寫code (圖片來源: Heraklion Innovation Map)

Read more »

【LeetCode】0043. Multiply Strings

2018-12-26 | 面試刷題 |

Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string.

Read more »

【LeetCode】0071. Simplify Path

2018-12-25 | 面試刷題 |

Given an absolute path for a file (Unix-style), simplify it. For example,
path = "/home/", => "/home"
path = "/a/./b/../../c/", => "/c"
path = "/a/../../b/../c//.//", => "/c"
path = "/a//b////c/d//././/..", => "/a/b/c"

In a UNIX-style file system, a period (‘.’) refers to the current directory, so it can be ignored in a simplified path.

Read more »

【LeetCode】0208. Implement Trie (Prefix Tree)

2018-12-21 | 面試刷題 |

Implement a trie with insert, search, and startsWith methods.

Read more »
1 … 19 20 21 … 23
辛西亞.Cynthia

辛西亞.Cynthia

自己整理過才是自己的

226 posts
20 categories
121 tags
RSS
© 2018 - 2025 辛西亞.Cynthia
Powered by Jekyll
Theme - NexT.Mist