Coder Social home page Coder Social logo

cpp-playground's Introduction

C++ Playground

A playground to test out C++ features and libraries.

Running

To run any of the programs you can use the make dev command passing the file parameter. This will build the program and run it.

make dev file=binary_search

Programs

  1. Arrays: A program to test out arrays, for loops and pointers in C++.
  2. Binary Search: A recursive binary search implementation.
  3. Counting Sort: A counting sort implementation.
  4. GCD: A program to calculate the greatest common divisor of two numbers.
  5. Graphs: A program that, given a graph, checks if it is connected (Using DFS) and the distance between two vertexes (Using BFS).
  6. Guess The Number: A simple game to guess a number.
  7. Insertion Sort: An insertion sort implementation.
  8. Max: A program that finds the maximum number in an array, both recursive and iterative.
  9. Merge Sort: A merge sort implementation.
  10. Selection Sort: A selection sort implementation.
  11. Strings: A program to test out strings in C++.

Utils

The Utils file contains some helper functions to make the programs more readable.

cpp-playground's People

Contributors

aylton-almeida 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.