Git Product home page Git Product logo

cleciojung / studying-c Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 401 KB

A bunch of C code developed during my studies of programming

License: MIT License

Makefile 0.98% C 99.02%
c sorting-algorithms searching-algorithms linear-algebra linear-systems-equations lu-decomposition matrix vector ode ode-solver root-finding data-structures numerical-integration curve-fitting polynomial-roots polynomials eigenvalues interpolation qr-algorithm splines

studying-c's Introduction

Overview

This is a set of simple C codes developed to study algorithms and concepts of computer science. It posseses the following characteristics:

Usage

Download this project and compile it by typing the command make in its folder. Next, just run one of the executables located in the bin folder. Here is an example:

$ make
$ ./bin/binary-tree

In order to check if there is any memory leak, use the valgrind command:

$ valgrind --tool=memcheck ./bin/binary-tree

To run all the tests, use the following command:

$ make test

studying-c's People

Contributors

cleciojung avatar

Stargazers

 avatar

Watchers

 avatar  avatar

studying-c's Issues

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.