Skip to content
View abdullahfehratbegovic's full-sized avatar
  • Prirodno-matematički fakultet Univerziteta u Sarajevu
  • Sarajevo

Block or report abdullahfehratbegovic

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

👋 Hi, I'm Abdullah Fehratbegović

🎓 Mathematics student at the University of Sarajevo
💻 Competitive programmer | C++ & Python developer
🧠 Passionate about algorithms, data structures, and deep learning
📍 Based in Sarajevo, Bosnia and Herzegovina


🔧 What I Do

  • 🏆 Former math and informatics olympiad competitor (national & international level)
  • 💡 Building tools and projects using:
    • C++ (6+ years): performance-focused, STL, graph algorithms, DP, etc.
    • Python: intermediate level
  • 🤖 Completed Andrew Ng's Deep Learning Specialization
  • 💾 Experienced in problems with strict time/memory constraints

📚 Learning Now

  • Python for data science & backend
  • FastAPI & Flask for web APIs
  • More about deep learning and real-world ML

📫 Reach Me

Pinned Loading

  1. Solve-the-maze Solve-the-maze Public

    This program uses the flood fill algorithm to check whether a given maze (represented as a vector of strings) can be divided with walls so that all the good people can escape and all the bad ones c…

    C++

  2. CSES-Array-division CSES-Array-division Public

    This program uses binary search to find the smallest possible value that the greatest sum among k contiguous subarrays (partitions) can have.

    C++

  3. Stair-cost-DP Stair-cost-DP Public

    Given an array representing the cost of stepping on each stair, this program calculates the minimum total cost to reach the top of the staircase.

    C++