Code Monkey home page Code Monkey logo

cen-215-data-structure-lab's Introduction

Project Work

My project is about passwords. In the project folder there is "10-million-password-list-top" folder which consist of top 100, 1.000, 10.000, 100.000 and 1.000.000 password lists.

Objectives of a program:

  • [Search] Program must allow searching for any given password in the 100,000 password list and return if the given password is in the list or not.
  • [Sort] Find an appropriate sorting algorithm and sort the 10.000 password list ascending and descending order. Show top 10 elements in both order.
  • [Hash] Insert 1.000 password list in to hash table with appropriate hash function. It would be better if the number of collusion does not exceed 200. Search a password within 1.000 password list using Hash Table and report collusion count for that search.
  • [LinkedList] Create a linked list (singly, doubly or circular it's up to you.) from 1.000 password list. According to password lenght and difference of every character, give every password a score(it's up to you!) and store these scores in the same linked list. Your node structure must contain score for every node. Sort the list according to the password strenght and output top 10 strongest and top 10 most weakest passwords.

Example Submission Folder Structure

│   main.c
│   main.exe
│   README.MD
│
├───10-million-password-list-top
│       100.txt
│       1000.txt
│       10000.txt
│       100000.txt
│       1000000.txt

cen-215-data-structure-lab's People

Contributors

ulsyemr avatar

Watchers

 avatar

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.