/leetcode

begin to write leetcode

Primary LanguagePython

leetcode

刷题后的一点总结, 顺便熟悉一下github的使用.

菜鸡一点点努力ing


Markdown基本编写语法

  1. 标题
    n个# 表示 n级标题. (1<= n < = 6). \

  2. 强调
    * 斜体 * // _ 斜体 _
    ** 粗体 ** // __ 粗体 __
    *** 粗斜体 *** // ___ 粗斜体 ___

  3. 代码
    `hello github` 表示 hello github
    代码块

hello github
  1. 表格 (表格前空一行, 否则可能影响表格显示)
    |Tables | Are | Cool |
    |:---- | :-----: | ------: |
    |靠左对齐 | 居中对齐 | 靠右对齐 |
    | 书写时 | 原始文字 | 可以不用对整齐 |
Tables Are Cool
靠左对齐 居中对齐 靠右对齐
书写时 原始文字 可以不用对整齐
  1. 插入图片
    ![leetcode图标](https://assets.leetcode.com/static_assets/public/webpack_bundles/images/LeetCode_nav.4d940ca72.png\)
    leetcode图标

  2. 引用链接
    [leetcode](https://leetcode.com/)
    leetcode

  3. 列表
    数字.  =>   有序列表
    * or + or -   =>   无序列表

  4. 换行
    末尾+2空格+Enter键   or   两次Enter键 (大行距)

  5. 引用文字 ( 多个 > 可以用来嵌套引用 )
    > 你们想升高时, 就向上仰望. 我向下俯视, 因为我已升高.

你们想升高时, 就向上仰望. 我向下俯视, 因为我已升高.

  1. 分割线
    \ ***  or   - - -   or ___

  2. 空格: &emsp;


md使用教程1

md使用教程2

md使用教程3