Giter VIP home page Giter VIP logo

algorithm's Introduction

algorithm

码海的算法之旅

公众号文章

  • 排列: _001_permutation, 递归和字典序解法
  • 组合: _002_combination, 组合解法
  • 文中链表翻转相关的所有解法: _003_linkeList_invert
  • 文中链表快慢指针相关的所有解法: _004_linkeList_quick_slow_pointer
  • 文中求三角形最短路径和解法: _005_dp_min_triangle_path

  • 凑零钱 dp 解法: _006_dp_min_coins

  • 分糖果解法: _007_candy

  • 最小移除区间: _008_duplicate_interval

  • 背包问题(只有重量不考虑价值)递归解法: _009_knapsack_recursive
  • 背包问题(只有重量不考虑价值)dp 解法: _010_knapsack_dp
  • 背包问题(既考虑重量又考虑价值)递归解法: _011_knapsack_value_recursive
  • 背包问题(既考虑重量又考虑价值)dp 解法: _012_knapsack_value_dp

公众号「码海」,欢迎扫码关注

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.