Rustyard / algorithm-practices

algorithms practices of Algorithms Fourth Edition by Robert Sedgewick and Kevin Wayne

Home Page:https://www.coursera.org/learn/algorithms-part1/home/welcome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm-practices (Java)

Re-create the wheels

Algorithms, Part 1 TODO list

  • 1st week (Union-Find, Algorithm Analysis)

    done, but can improve

  • 2nd week (Queues, Stacks, Elementary Sorts)

    done, will review in the future

  • 3rd week (Mergesort, Quicksort)

    done, but interview problems not really solved

  • 4th week (Priority Queues, Elementary Symbol Tables)

    nearly done, 1 interview problem remains

  • 5th week (Balanced Search Trees and its Geometric Applications)

    91/100, definitely improvable

  • 6th week (Hash Tables, Symbol Table Applications)

    in progress...

Algorithms, Part 2 (not yet)

nothing here

A friendly reminder

When your IDE failed to fetch/push things, try to do these:

git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.sslVerify "false"

This problem only happens somewhere in the world, and I live there. So I wrote these to remind myself.

A friendly reminder 2

protip1

In %IDEA_Folder%/plugins/maven/lib/maven3/conf/settings.xml

<!-- 最新阿里maven镜像库 https-->
<mirror>
  <id>aliyunmaven</id>
  <mirrorOf>*</mirrorOf>
  <name>阿里云公共仓库</name>
  <url>https://maven.aliyun.com/repository/public</url>
</mirror>

About

algorithms practices of Algorithms Fourth Edition by Robert Sedgewick and Kevin Wayne

https://www.coursera.org/learn/algorithms-part1/home/welcome


Languages

Language:Java 83.4%Language:HTML 16.6%