Skip to content
View rjrajivjha's full-sized avatar
💭
Beginning of a new journey
💭
Beginning of a new journey

Organizations

@Winter-Season-of-Code @IgnitedMindsIndia

Block or report rjrajivjha

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. redmine_feedback redmine_feedback Public

    This plugin allows reporters, watchers, and stakeholders to provide feedback on any tracker type in Redmine.

    HTML 1

  2. sales-call-analyser sales-call-analyser Public

    Sales Call analyser

    Python 1

  3. default_lms default_lms Public

    Library LMS - Django Rest Framework: A demo project

    Python 1

  4. tame_of_thrones tame_of_thrones Public

    Python Demo app: This app allow us to find which ruler will rule the universe.

    Python

  5. parking_lot_app parking_lot_app Public

    Python Demo App: Parking Lot

    Python

  6. find_available_time_slot_from_busy_s... find_available_time_slot_from_busy_schedule
    1
    """
    2
    Given a list of existing meetings (each containing a meeting a set of participants, a room, start and end times) and an input (containing a room and a set of users) find out the possible times at which a meeting can be held with that room and users.
    3
    
                  
    4
    Meeting =   start time and end time,  room, set of participants (including owner) ,
    5