avatar

superorange0707

  • Homepage
  • Tag
  • Category
Home
superorange0707

Project 3 of Adv. Algorithm

Project 3 of Adv.AlgorithmQuestion Description:Main:import mathimport randomclass bin_heap(): # root is 0 # parent:(i-1)//2 # left child: 2*i

2022-06-09 Course Notes

advanced algorithm and data structure note

算法笔记Lecture 11.Maximum Subarray(连续的最大子集(暴力和分治法))a.暴力(brute force)(1)创建所有子集(2)分别计算所有子集的和(3)寻找子集中和最大的一组子集b.分治法(O(nlogn))(1)将数列分成两个部分,并且不停的二分寻找(2)寻找左右两部分

2022-05-29 Course Notes

Linear and Discrete Optimization Note

LDO NoteTopic11.1 Difference between LP,IP,BIP,MIPLP: all decision value are any value except negative valueIP: all decision value are non-negative In

2022-05-28 Course Notes

Personal Blog Construction

Personal Blog Construction

2022-05-28 CS Learning

Fuzzy logic and system Notes

Fuzzy logic and system笔记

2022-05-28 Course Notes
  • 1
  • …
  • 4
  • 5
  • 6

Recently Updated

  • Migrating Jenkins SCM Using GitLab from Bitbucket: SCM URL Bulk Replacement
  • 283 - Move Zero
  • 27 - Remove Element
  • 26 - Remove Duplicates from Sorted Array
  • Migrating from Bitbucket to GitLab? Here’s how to keep your teams moving without missing a beat!

Trending Tags

Course two pointer Binary Tree Hash SQL Leetcode Error Recording Gitlab Bitbucket Devops