An open API service indexing awesome lists of open source software.

https://github.com/billyfrcs/programming

General Purpose Object Oriented & Procedural Programming.
https://github.com/billyfrcs/programming

algorithms-and-data-structures c coding-challenge cpp csharp dart golang java javascript kotlin nodejs object-oriented-programming oop problem-solving programming programming-languages python visual-basic-net visual-studio vscode

Last synced: 8 months ago
JSON representation

General Purpose Object Oriented & Procedural Programming.

Awesome Lists containing this project

README

          

Programming

This repository contains about learning the basics and fundamental to advanced with the most Object Oriented & Procedural Programming Languages in the world.

## Getting Started

To run and compiled the code, you need to install some compiler and sdk. Go to the link below to download and install the compiler and sdk.

- [C/C++ (MinGW)](https://sourceforge.net/projects/mingw-w64/)
- [.NET](https://dotnet.microsoft.com/download)
- [Dart](https://dart.dev/get-dart)
- [Java](https://www.oracle.com/java/technologies/javase-downloads.html)
- [Python](https://www.python.org/downloads/)
- [JavaScript (NodeJS)](https://nodejs.org/en/download/)

## Data Structures And Algorithms

Implementation data structures and algorithms with C++, please check this Folder to see all the concepts and Implementation code.

## Coding Challenges

Learning how to solve problem Data Structures and Algorithms with logic Programming and passed all the problem cases from [HackerRank](https://www.hackerrank.com) website, check this [Folder](https://github.com/BillyFrcs/ProgrammingLanguages/tree/master/CodingChallenges) to see all the solutions.

> Note: Some block of code might be using template from HackerRank

## Open Contribution

This repository is open to contribute, so feel free to add your new feature or another cool stuff.