Skip to content
View susanhsrestha's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report susanhsrestha

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

  1. disaster-news-portal disaster-news-portal Public

    Disaster News Portal is a web application designed to provide real-time updates and news regarding disasters happening around Nepal. It aims to keep users informed about ongoing disasters, their im…

    Jupyter Notebook

  2. bloodify bloodify Public

    Flutter-based mobile application designed to help users post and find blood requests.

    Dart

  3. This is an implementation of dynamic... This is an implementation of dynamic queue using linked list
    1
    #include<iostream>
    2
    #include<conio.h>
    3
    using namespace std;
    4
    struct Node{
    5
    	int data;
  4. This is an implementation of reversa... This is an implementation of reversal of a Linked List
    1
    //Implementation of Linked List and Insertion of Elements
    2
    #include<iostream>
    3
    using namespace std;
    4
    struct Node{
    5
    	int data;      // representation of list