Skip to content
View hamid-ng's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report hamid-ng

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

Popular repositories

  1. compiler-lexical-analyzer compiler-lexical-analyzer Public

    programming the first phase of compiler (Scanner) for java language.

    Java 1

  2. n-queen-genetic-algorithm n-queen-genetic-algorithm Public

    Solving N-Queen problem using Genetic Algorithm

    Java

  3. adding-event-google-calendar adding-event-google-calendar Public

    I programmed this app to manage my review cycles on Google Calendar. If you add an event with this app, it will add events with time difference 1, 7 and 30 days after today's date.

    Python

  4. tree-traverse tree-traverse Public

    traversing trees by rucursive and non-recursive method. in-order, pre-order, post-order and level traversal.

    Java

  5. tree-detector tree-detector Public

    this app can detect a tree is BST or MinHeap or MaxHeap. #DataStructure

    Java

  6. two-stack-with-an-array two-stack-with-an-array Public

    Making two stack using by an array. #DataStructure

    Java