Computer & Information Sciences
Computer Science Challenges
Real computer-science projects on Ewance — put algorithms, data structures, and systems thinking to work on real-world problems. Solve them to build a portfolio of verified, recruiter-checkable proof you can do the work — not just describe it.
Recommended challenges
- CodeFoundationalNew
Replace a Naive List with a Heap in a Delivery Dispatcher
Read the current dispatcher source (around 400 lines of Python). Identify the linear scan and the operations that touch it (insert, decrease-key on a re-scored courier, extract-…
- Heap Data Structure
- Complexity Analysis
- Python Or Javascript
Data Structures - CodeSeniorNew
Design a Lock-Free Concurrent Skip List for a Time-Series Database
Implement Fraser's lock-free skip list in Rust with marked pointers for logical deletion. Validate under loom for all interleavings up to 4 threads (or use shuttle if loom can't…
- Lock Free
- Concurrent Data Structures
- Rust Programming
Parallel and Distributed Algorithms - StrategyBeginnerNew
Design Critique Process for a Growth Design Team
Design a 60-minute weekly design-critique format covering: pre-read window, presenter prep template, time-boxed feedback rounds (start-stop-continue or 'I like, I wish, I wonder…
- Design Critique
- Facilitation
- Design Systems
User Interface Design and Prototyping - DesignIntermediateNew
Prototype an Embedded Dashboard for an EV Charger
Define the 3 user modes (driver: 4 screens, operator: 5 screens, technician: 3 screens) and their entry conditions (NFC card type, PIN, technician key). Build a 12-screen protot…
- Embedded Ui
- Figma
- Framer
User Interface Design and Prototyping Practice your coursework on real scenarios.
Every challenge is shaped from real-world context — not generic exercises. The work mirrors what your degree prepares you for.
Why Ewance
- CodeSeniorNew
Min-Cost Max-Flow for Cloud Workload Placement
Receive 30 days of anonymized placement requests (workload CPU/memory shape, affinity rules), zone capacity per day, and cross-zone bandwidth costs. Model the placement as a min…
- Network Flows
- Algorithm Analysis
- Graph Algorithms
Advanced Algorithms - AnalysisIntermediateNew
Amortized-Analysis Investigation of a Production Cache
Read the C++ cache source (around 1,800 lines, custom open-addressing with periodic resize-and-rehash). Perform amortized analysis using all three methods (aggregate, accounting…
- Amortized Analysis
- Functions & Data Structures
- Algorithm Analysis
Advanced Algorithms - ResearchSeniorNew
Cross-Cultural Redesign of a Microfinance App for 4 Markets
Run remote contextual inquiry with 4 users each in Kenya + Indonesia (8 sessions total via local interpreters). Conduct expert reviews with native designers for Philippines + In…
- Cross Cultural Design
- User Research
- Contextual Inquiry
Advanced Human-Computer Interaction - AnalysisBeginnerNew
Choose a Hash Table vs Trie for a URL-Shortener Cache
Implement (1) a hash-table cache with linear probing and (2) a compressed trie cache, both with the same eviction policy (LRU). Measure (a) p50/p99 lookup latency, (b) memory fo…
- Hash Tables
- Trie Data Structure
- Benchmarking
Data Structures - Browse challenges
Explore role
Product Manager
Ship product that solves real user problems. Combine user research, prototyping, and stakeholder alignment to turn ambiguous briefs into measurable wins — the role at the centre of modern software teams.
- AnalysisIntermediateNew
Randomized Load Balancer with the Power of Two Choices
Simulate four placement policies on a 24-hour anonymized connection-establishment trace (around 4.1 billion events): (1) random-1, (2) round-robin, (3) P2C with instantaneous lo…
- Power Of Two Choices
- Load Balancing
- Randomized Algorithms
Randomized Algorithms - CodeIntermediateNew
Parallelize a Monte Carlo Risk Engine for a Quant Hedge Fund
Profile the existing engine (C++17, single-threaded). Identify the parallelism axis (per-path independence is the obvious one — but watch for the global RNG bottleneck). Impleme…
- Parallel Algorithms
- Shared Memory
- Work Stealing
Parallel and Distributed Algorithms - CodeBeginnerNew
Greedy Algorithm for Delivery-Slot Assignment
Receive 14 days of order data (around 4,800 orders) with timestamps, addresses (already geocoded), and slot preferences, plus rider rosters with shift starts, ends, and max work…
- Greedy Algorithms
- Algorithm Analysis
- Python Or Javascript
Algorithm Design and Analysis - CodeSeniorNew
Digital Human Avatar Pipeline for a Conferencing Product
Build a Python pipeline: face detection + landmark extraction, FLAME (or equivalent) face-model fitting to landmarks + photometric loss, texture inference, and skinning weight a…
- Digital Humans
- Geometry Processing
- 3d Rendering
Advanced Computer Graphics Build a verifiable portfolio.
Submissions become evidence. Reviewers with shipping experience score against a rubric; the result becomes a credential anyone can verify.
Why Ewance
- CodeSeniorNew
HyperLogLog Cardinality for Real-Time Ad-Auction Analytics
Implement HyperLogLog with precision parameter p in {12, 14, 16} (4KB, 16KB, 64KB sketches) and benchmark relative error on a replayed 3-hour production trace (around 13 billion…
- Hyperloglog
- Probabilistic Data Structures
- Streaming Systems
Randomized Algorithms - ResearchSeniorNew
Behavior-Change Design for a Smoking-Cessation Companion App
Audit the current daily loop and map every screen to BCTs from Michie's v1 taxonomy (93 techniques). Identify gaps (likely: weak self-monitoring, missing implementation intentio…
- Behavior Change Design
- Hci Research Methods
- Interaction Design
Advanced Human-Computer Interaction - CodeSeniorNew
Multiplayer Mixed-Reality Training for Aircraft Maintenance
Build a Unity-based prototype supporting 3 concurrent users on Magic Leap 2 (or Quest 3 passthrough as fallback) co-located in the same physical room. Implement: shared anchor f…
- Mixed Reality Applications
- Multiplayer Xr
- Shared Anchors
Virtual and Mixed Reality - CodeIntermediateNew
Design a Lock-Free Concurrent Queue for an Event Bus
Implement an MPSC (multi-producer single-consumer) ring-buffer queue in Go using atomic operations only — no mutexes. Prove correctness with the Go race detector across 8 produc…
- Concurrent Data Structures
- Lock Free Programming
- Systems Language Proficiency (Go, Rust, C++)
Data Structures - CodeIntermediateNew
Build an Interactive D3 Visualization of a Subway Network's On-Time Performance
Use the provided open-data CSV (around 14M arrival records). Design a small-multiples visualization with a horizon-chart encoding for each of 12 lines vs hour-of-day, with inter…
- D3
- Webgl
- Interactive Visualization
Information and Data Visualization - CodeSeniorNew
Design a Raft-Based Consensus Layer for a Multi-Region Database
Implement Raft in Go per the original Ongaro-Ousterhout paper: leader election, log replication with the safety property, snapshotting at 10K-entry granularity, and joint-consen…
- Distributed Consensus
- Raft
- Fault Tolerance
Parallel and Distributed Algorithms - CodeBeginnerNew
AR Try-On Web Experience for a Mid-Cap Eyewear Retailer
Build a Three.js + MediaPipe Face Mesh prototype that runs in a mobile browser (Safari 17+ and Chrome 119+). Load 12 frame SKUs as glb (Graphics Language Transmission Format Bin…
- Ar Development
- Webxr
- 3d Interaction
Virtual and Mixed Reality - DesignIntermediateNew
Design a Multi-Persona Dashboard for a Smart-Building Platform
Run 6 stakeholder interviews (2 per persona) to define jobs-to-be-done per role. Design 3 entry views with persona-specific information hierarchy and a shared component library …
- User Centered Design
- Interaction Design
- Persona Driven Design
Human-Computer Interaction - CodeIntermediateNew
Cloth Simulation for an Online Fashion Retailer
Implement a PBD cloth solver: triangulated cloth mesh, distance and bending constraints, gravity, simple wind force, and sphere collision against a mannequin. Use 4 substeps per…
- Physically Based Simulation
- 3d Rendering
- Webgl
Advanced Computer Graphics - ResearchBeginnerNew
Comparative Usability Test of Three Checkout Flows for a DTC Brand
Build 3 clickable Figma prototypes of the same checkout (same product, same fields, same copy) in single-page, three-step, and side-drawer patterns. Recruit 9 participants match…
- Usability Testing
- User Research
- Comparative Evaluation
Human-Computer Interaction - DesignIntermediateNew
Accessibility-First Redesign of an AR-Based Navigation Feature
Map the current AR navigation feature against EAA 2025 requirements + WCAG 2.2 AA (where applicable to AR). Define 4 disability profiles with specific personas (e.g. low-vision …
- Design For Accessibility
- Interaction Design
- Contextual Inquiry
Advanced Human-Computer Interaction - CodeIntermediateNew
VR Training Simulator for Power-Substation Switching
Receive a real switching procedure (anonymized: 14-step bay isolation), the safety regulation it references, and photos of the live substation bay. Build a Unity 6 + XR Interact…
- Vr Development
- Unity
- Xr Interaction
Virtual and Mixed Reality
How it works
From brief to credential, in six steps.
Step 01
Browse challenges aligned to your studies.
Step 02
Accept the one that fits your goals.
Step 03
Work through it with AI Copilot guidance.
Step 04
Submit for structured evaluation.
Step 05
Earn a verified credential.
Step 06
Add it to LinkedIn with one click.
Industry teams behind a decade of practitioner briefs
Hiring from this pool?
Sponsor a challenge and meet candidates through actual work.
Industry teams can shape briefs around the skills they hire for, then evaluate students on rubric-scored deliverables — not resumes.



















































































