Amblizer's Mainframe
  •  Blog
  •  Archive
  •  AMTH 240
  •  COEN 250
  •  COEN 279
Amblizer's Mainframe
  •  Blog
  •  Archive
  •  AMTH 240
  •  COEN 250
  •  COEN 279

Data Structure in Python (Updating)

 2018-10-31
Algorithm

Preface

Linear Data Structure

  1. Array: fix number, same type
  2. Linked list: single link
  3. Advanced linked list: double link
  4. Stack: last-in, first-out
  5. Queue: first-in, first-out
  6. Deque: double end queue, combination of stack and queue
  7. Matrix: using Numpy module

Non-linear Data Structure

  1. Binary Tree
  2. Heap
  3. Hash table
  4. Graph

Python Spec.

READ MORE
 algorithm  python  data struction  linked list  node

Saving loop 保存与循环

 2017-06-10
Algorithm

#Saving loop 保存与循环

The loop ends only when successively saved

READ MORE
 python  save

Alphabet in One Line

 2017-02-15
Algorithm

#List

1
2
>>> [chr(i) for i in range(97,123)]
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']

READ MORE
 python  alphabet

Fisher–Yates shuffle

 2017-02-01
Algorithm

作为编程新手,又非本专业所学,在github上写博客似乎不自量力。然而记录本身也是学习的一部分,而这记录非此处不能写,那就开始吧。

在 w3cplus 看到洗牌算法似乎十分有趣,试着用python练习一下:

READ MORE
 Fisher–Yates shuffle  algorithm  python

Amblizer

Still moving
  分类
  • Academic
    2
  • Algorithm
    4
  • Machine Learning
    1
  • Miscellaneous
    1
  • Music
    3
  • Server
    3
  • life
    1
  标签
Bay Area Fingerprint Fisher–Yates shuffle Japanese Operations Manager SCOM SCU Santa Clara Univeristy Santa Clara University System Center Windows 10 algorithm alphabet data struction django linked list node python save
  友链
  •   AMTH 240 - Discrete Math
  •   COEN 250 - Information Security
  •   xaoxuu

博客内容遵循 知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议
本站使用 Material X 作为主题, 总访问量为 次。