Skip to content
View dogukankotan's full-sized avatar
🚀
Hola
🚀
Hola

Organizations

@lyk2018-python

Block or report dogukankotan

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

Pinned Loading

  1. express-example express-example Public

    Learning express

    JavaScript

  2. python python Public

    Python 1

  3. Learning BFS Learning BFS
    1
    # -*- coding: utf-8 -*-
    2
    # Queue for BFS
    3
    class Queue:
    4
        def __init__(self):
    5
            self.list = []
  4. dynamic_programming_example.py dynamic_programming_example.py
    1
    # -*- coding: utf-8 -*-
    2
    
                  
    3
    def print_combinations(combination_list):
    4
        status = None
    5
        combinations = None
  5. course-advisor-pyqt-example course-advisor-pyqt-example Public

    It takes the excel files as data and uses recommendations module for get better courses based on high grades.

    Python 1