Coder Social home page Coder Social logo

awesome-problem's Introduction

awesome-problem

日常积累的各类语言的练习题,具体问题。以帮助巩固各语言基础,方便面试。并记录具体问题的解决思路。PS:感谢醒醒小朋友在我生命的低谷期无微不至的鼓励和支持!😊!thank U!

使用说明

1 按照解决问题所使用的程序语言对整体项目进行划分。

2 文件以 创立时间 + 问题 组成,每一个文件里README文件:问题,思路。(多文件表示多种解题方式)

3 编译语言说明(C为例)

使用IDE:将 XXX.C 文件放入创立项目的,已有main函数,先将其改掉,或删除整个文件。将我的XXX.C放入,点击运行。

使用终端:

  • 1 本电脑需先安装 GCC套件
# MAC系统只要安装了 Xcode就有了 clang。

# linux可以在终端输入以下命令进行安装GCC
sudo apt-get  install  build-essential
  • 2 利用GCC进行编译
gcc XXX.c -o "可执行程序名称"

点击生成的可执行程序,即可运行。

程序语言归类

C:

  • mac:Xcode
  • window:VS2019
  • 编译器:gcc

Cpp:

  • mac: Xcode
  • window:VS2019
  • 编译器:clang/llvm

WEB:html,css,javascript 三大模块问题。以及demo实例。

  • vscode

awesome-problem's People

Contributors

wangxiaoyao avatar

Stargazers

 avatar  avatar  avatar GreenPlanck avatar  avatar Deposit avatar Siqing Zheng avatar Yuxin avatar

Watchers

 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.