Skip to content

bscarpari/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

This repository contains my exercises and theoretical content about algorithms and data structures, organized by programming language.

Algorithm GIF

Structure

Each programming language has its own folder with exercises and theoretical content.

Data Structure

C

  • exercises : practice exercises in C.
  • pdf : theoretical content about programming in C.

C++

  • exercises : practice exercises in C++.
  • pdf : theoretical content about programming in C++.

Javascript

  • exercises : practice exercises in Javascript.
  • md : theoretical content about programming in Javascript.

How to run

C/C++

  1. Follow this tutorial to prepare your VSCode to compile and run C/C++ code.

  2. Compile the code with:

F6 or FN + F6 (notebook)

Javascript

  1. You need to install CodeRunner.

  2. Then, will will have to run the code with:

CTRL + ALT + N

About

Some algorithm exercises in a variety programming languages.

Topics

Resources

License

Stars

Watchers

Forks

Contributors