Coder Social home page Coder Social logo

suda_ungee_code's Introduction

介绍

UNGEE Unified National Graduate Entrance Examination 全国硕士研究生统一招生考试 ✒

苏州大学研究生历年算法题整理,包含初试和复试题目💻

复试题目来源于该学长的博客

目录结构

每一个年份的文件夹下基本上都是如此的目录结构 📂

初试

	Code:存放代码和测试用例
	题目.md:题目描述

例如:

./2019:
    /Code:
        /HMY777:	
            2019.py
            testcases.py
    题目.md

复试

	Code:存放代码和输出文件
	Data:存放数据
	题目.md:题目描述

例如:

./2019:
    /Code:
        /HMY777:
            2019.py
            output.txt
    /Data:
    	Data.txt:输入数据
    	generated_data.py:用于生成数据
    题目.md

HMY777文件夹就是账户名为HMY777的用户编写的解答代码,想要添加自己的代码,只需要在Code文件夹中新建一个以你的Github账户名命名的文件夹即可

想要添加答案?

1 fork该项目

2 clone项目到本地

$git clone 刚刚fork的仓库地址

3 按照一定格式添加存放代码的文件夹 例如,你想要编写2019年的答案,在2019文件夹中的Code文件夹中新建一个以你的Github账户名命名的文件夹

4 编写代码,代码存放在刚刚新建的文件夹中,统一命名为xxxx.py(xxxx为解答的对应年份),假如有输出文件,请按题目要求命名,如果没有要求则统一命名为output.txt方便查看

5 push代码到你的远程仓库,提交一个PR申请,我看到之后会处理 👀

补充

欢迎添加上你的解答😎~~

suda_ungee_code's People

Contributors

arthurryan0803 avatar hhmy27 avatar

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.