Skip to content
View dmeloca's full-sized avatar

Highlights

  • Pro

Block or report dmeloca

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dmeloca/README.md

Hi, I'm Daniel Melo! πŸ‘‹

About Me πŸš€

I am a Computer Science student passionate about programming and algorithmic problem-solving. I consider myself a self-taught learner, always exploring and acquiring knowledge beyond my formal studies.

My Interests 🧠

  • AI
  • Computational Logic
  • Mathematics
  • Learning
  • Cybersecurity

Techs πŸ€–

neovim logo python logo linux logo anaconda logo pytorch logo bash logo

Some Badges πŸŽ–οΈ

Python essentials 1 Python essentials 2 Cybersecurity

Currently Learning and Working On πŸ’»

I am immersed in my learning journey, focused on building a solid foundation in computer science, programming, and enhancing my professional profile.

πŸ“Š GitHub Stats:

✍️ Dev Quote

quote

Pinned Loading

  1. euclidean-algorithm euclidean-algorithm Public

    The Euclidean Algorithm is a fundamental method for computing the greatest common divisor (GCD) of two integers. This ancient algorithm, named after the Greek mathematician Euclid, is essential in …

    Python 2

  2. collatz-conjecture collatz-conjecture Public

    The Collatz Conjecture is a famous unsolved problem in mathematics, also known as the 3n + 1 conjecture. It is named after the German mathematician Lothar Collatz, who first proposed it in 1937. Th…

    Python

  3. dots dots Public

    Lua

  4. PSO-Implementation PSO-Implementation Public

    This repo is for hosting the code of the Particle Swarm Optimization (PSO) algorithm. Made as the finall project for the OOP course given by @fegonzalez7 at the National University of Colombia.

    Python 1