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.
- Host: GitHub
- URL: https://github.com/billyfrcs/programming
- Owner: BillyFrcs
- License: mit
- Created: 2021-01-10T11:20:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T10:46:12.000Z (over 1 year ago)
- Last Synced: 2025-04-14T19:41:21.504Z (8 months ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 62.1 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.