Coder Social home page Coder Social logo

classical-algorithm's Introduction

classical-algorithm

一些在算法课上学习的经典算法复现

项目名称为c_test,目录如下

    /*递归算法*/
    // 1.分治法
    // merge_queue(); // 合并排序
    // speedqueue(); // 快速排序
    // rankselect(); //线性时间选择问题
    // routedate(); //循环赛日程表问题
    // 2.动态规划算法
    // multimatrix(); // 矩阵连乘问题
    // LCS(); // 最长公共子序列问题
    // zero_one_bag(); // 0/1背包问题,使用动态规划法
    // OBST(); // 最优二叉查找树
// --------------------------------------------------------------------------------
    /*贪心算法*/
    // ESI(); // 活动安排问题
    // backpack(); // 背包问题
    // Dijkstra(); // 最短单源路径问题
// --------------------------------------------------------------------------------
    /*回溯算法*/
    // CLP(); // 装载问题
    // nqueen(); // n皇后问题
//---------------------------------------------------------------------------------
    /*分支限界算法*/
    // bagbranch(); // 0/1背包问题,使用分支限界法
    // SPFSS();    // 单源路径最短问题,使用分支限界法
    // loading_problem(); // 装载问题,使用分支限界法

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.