GithubHelp home page GithubHelp logo

Norhan A.'s Projects

14ers-git icon 14ers-git

This is a demo repo to use for the 14ers activity

basemaps icon basemaps

Scripts to generate MapServer mapfiles based on OpenStreetMap data. Please submit pull requests to the 'main' branch.

cs445-rec11 icon cs445-rec11

A repository for recitation 11 of CS 445 during the Summer 2021 term. This recitation focuses on using the Dictionary ADT.

cs445-rec7 icon cs445-rec7

Repository for recitation 7 (backtracking) for CS 445 during the Summer of 2021.

cs445-rec9 icon cs445-rec9

GitHub repository for CS445 Recitation 9 on the List ADT.

csci-305 icon csci-305

A group of programming assignments for CSCI 305: Concepts/Programming Languages, a class taught at Montana State University. It includes an examination of several programming languages, as well as their application and underlying execution model, such as C, C++, Java, Go, Lisp, and Prolog.

dotfiles icon dotfiles

dotfiles for vim, git, zsh, cwm, xinit, and many others. Install with: lndir -silent /path/to/dotfiles $HOME

esof-322 icon esof-322

ESOF 322 is a class taught at Montana State University. It includes software lifecycles, Unified Modeling Language, design patterns, software engineering standards, requirements analysis, development issues, efficiency tools, verification and validation, configuration management, testing and maintenance.

greedy-making-change icon greedy-making-change

Objective: getting the minimum number of coins of a GIVEN denomination that adds up to a GIVEN amount of money, using greedy algorithm and JUnit tests

hash-table-implementation- icon hash-table-implementation-

Overview: this program implements hash table as it allows the following: 1- Insertion by Linear probing 2- Insertion by Quadratic probing 3- delete an integer and returning the array without that integer 4- Search for an integer and get to know if it exists (True) Or it is not there (False) **All the above take place by the user choice. Also, the loading factor of our table is always taken into consideration WHILE INSERTING ANY INTEGER ** NB. In this program, any Zero is considered to be a NULL element * Accordingly, the user should insert any integer OTHER THAN ZERO

huffman-tree icon huffman-tree

This program is a Huffman Tree Implementation: 1- It takes the input from a file 2- Construct a frequency table for the different characters the input is composed of 3- Based on the frequency table, it creates a Huffman tree and a bitmap 4- Using the Bitmap, it encodes the input 5- Then, decode it again... Which means your input and output file have to be exactly the same ; otherwise, there is something wrong going on

karakara icon karakara

Karaoke Event System - Attendees can view and queue tracks from their mobile phones

mechanize icon mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.